Shades of Dark Orchid #8542CB
Tints of Dark Orchid #8542CB
RGB
CMYK
RGB Variations
Color information
#8542CB (or 0x8542CB) is known color: Dark Orchid. HEX triplet: 85, 42 and CB. RGB value is (133,66,203). Sum of RGB (Red+Green+Blue) = 133+66+203=402 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.08% from 402); Green value is 66 (26.17% from 255 or 16.42% from 402); Blue value is 203 (79.69% from 255 or 50.50% from 402); Max value from RGB is 203 - color contains mainly: blue. Hex color #8542CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8542CB is #7ABD34. Grayscale: #656565. Windows color (decimal): -8043829 or 13320837. OLE color: 13320837.
HSL color Cylindrical-coordinate representation of color #8542CB: hue angle of 269.34º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8542CB is Cyan = 0.34, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 133 | 66 | 203 | - |
| CMYK | 0.34 | 0.67 | 0 | 0.20 |
| HSL | 269.34º | 0.57% | 0.53% | - |
| HSV(B) | 269.34º | 0.67% | 0.8% | - |
| XYZ | 22.4 | 13.19 | 57.87 | - |
| YUV | 101.65 | 185.2 | 150.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 66 | 203 | 0.34 | 0.67 | 0 | 0.20 | 269.34 | 0.57 | 0.53 |
| Hex | 85 | 42 | CB | 22 | 43 | 0 | 14 | 10D | 39 | 35 |
| Octal | 205 | 102 | 313 | 42 | 103 | 0 | 24 | 415 | 71 | 65 |
| Binary | 10000101 | 1000010 | 11001011 | 100010 | 1000011 | 0 | 10100 | 100001101 | 111001 | 110101 |
Color Harmonies of #8542CB
Complementary color
Monochromatic Colors of #8542CB
Black with #8542CB
Text Example
Text Example
White with #8542CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8542CB; }
p { color: rgb(133,66,203); }
H1.HeaderClassName
{
color: #8542CB;
}
.AnyTagClassName
{
color: #8542CB;
}
</style>
background-color css
<style>
a { background-color: #8542CB; }
a { background-color: rgb(133,66,203); }
div.DivClassName
{
background-color: #8542CB;
}
.BgClassName
{
background-color: #8542CB;
}
</style>
border-color css
<style>
span { border-color: #8542CB; }
span { border-color: rgb(133,66,203); }
td.TdClassName
{
border-color: #8542CB;
}
.TagClassName
{
border-color: #8542CB;
}
</style>