Shades of Dark Orchid #8532B2
Tints of Dark Orchid #8532B2
RGB
CMYK
RGB Variations
Color information
#8532B2 (or 0x8532B2) is known color: Dark Orchid. HEX triplet: 85, 32 and B2. RGB value is (133,50,178). Sum of RGB (Red+Green+Blue) = 133+50+178=361 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.84% from 361); Green value is 50 (19.92% from 255 or 13.85% from 361); Blue value is 178 (69.92% from 255 or 49.31% from 361); Max value from RGB is 178 - color contains mainly: blue. Hex color #8532B2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8532B2 is #7ACD4D. Grayscale: #585858. Windows color (decimal): -8047950 or 11678341. OLE color: 11678341.
HSL color Cylindrical-coordinate representation of color #8532B2: hue angle of 278.91º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8532B2 is Cyan = 0.25, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 133 | 50 | 178 | - |
| CMYK | 0.25 | 0.72 | 0 | 0.30 |
| HSL | 278.91º | 0.56% | 0.45% | - |
| HSV(B) | 278.91º | 0.72% | 0.7% | - |
| XYZ | 18.85 | 10.48 | 43.15 | - |
| YUV | 89.41 | 178 | 159.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 50 | 178 | 0.25 | 0.72 | 0 | 0.30 | 278.91 | 0.56 | 0.45 |
| Hex | 85 | 32 | B2 | 19 | 48 | 0 | 1E | 117 | 38 | 2D |
| Octal | 205 | 62 | 262 | 31 | 110 | 0 | 36 | 427 | 70 | 55 |
| Binary | 10000101 | 110010 | 10110010 | 11001 | 1001000 | 0 | 11110 | 100010111 | 111000 | 101101 |
Color Harmonies of #8532B2
Complementary color
Monochromatic Colors of #8532B2
Black with #8532B2
Text Example
Text Example
White with #8532B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8532B2; }
p { color: rgb(133,50,178); }
H1.HeaderClassName
{
color: #8532B2;
}
.AnyTagClassName
{
color: #8532B2;
}
</style>
background-color css
<style>
a { background-color: #8532B2; }
a { background-color: rgb(133,50,178); }
div.DivClassName
{
background-color: #8532B2;
}
.BgClassName
{
background-color: #8532B2;
}
</style>
border-color css
<style>
span { border-color: #8532B2; }
span { border-color: rgb(133,50,178); }
td.TdClassName
{
border-color: #8532B2;
}
.TagClassName
{
border-color: #8532B2;
}
</style>