Shades of Dark Orchid #8542CE
Tints of Dark Orchid #8542CE
RGB
CMYK
RGB Variations
Color information
#8542CE (or 0x8542CE) is known color: Dark Orchid. HEX triplet: 85, 42 and CE. RGB value is (133,66,206). Sum of RGB (Red+Green+Blue) = 133+66+206=405 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.84% from 405); Green value is 66 (26.17% from 255 or 16.30% from 405); Blue value is 206 (80.86% from 255 or 50.86% from 405); Max value from RGB is 206 - color contains mainly: blue. Hex color #8542CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8542CE is #7ABD31. Grayscale: #656565. Windows color (decimal): -8043826 or 13517445. OLE color: 13517445.
HSL color Cylindrical-coordinate representation of color #8542CE: hue angle of 268.71º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8542CE is Cyan = 0.35, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 66 | 206 | - |
| CMYK | 0.35 | 0.68 | 0 | 0.19 |
| HSL | 268.71º | 0.59% | 0.53% | - |
| HSV(B) | 268.71º | 0.68% | 0.81% | - |
| XYZ | 22.76 | 13.34 | 59.77 | - |
| YUV | 101.99 | 186.7 | 150.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 66 | 206 | 0.35 | 0.68 | 0 | 0.19 | 268.71 | 0.59 | 0.53 |
| Hex | 85 | 42 | CE | 23 | 44 | 0 | 13 | 10D | 3B | 35 |
| Octal | 205 | 102 | 316 | 43 | 104 | 0 | 23 | 415 | 73 | 65 |
| Binary | 10000101 | 1000010 | 11001110 | 100011 | 1000100 | 0 | 10011 | 100001101 | 111011 | 110101 |
Color Harmonies of #8542CE
Complementary color
Monochromatic Colors of #8542CE
Black with #8542CE
Text Example
Text Example
White with #8542CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8542CE; }
p { color: rgb(133,66,206); }
H1.HeaderClassName
{
color: #8542CE;
}
.AnyTagClassName
{
color: #8542CE;
}
</style>
background-color css
<style>
a { background-color: #8542CE; }
a { background-color: rgb(133,66,206); }
div.DivClassName
{
background-color: #8542CE;
}
.BgClassName
{
background-color: #8542CE;
}
</style>
border-color css
<style>
span { border-color: #8542CE; }
span { border-color: rgb(133,66,206); }
td.TdClassName
{
border-color: #8542CE;
}
.TagClassName
{
border-color: #8542CE;
}
</style>