Shades of Dark Orchid #8E32CB
Tints of Dark Orchid #8E32CB
RGB
CMYK
RGB Variations
Color information
#8E32CB (or 0x8E32CB) is known color: Dark Orchid. HEX triplet: 8E, 32 and CB. RGB value is (142,50,203). Sum of RGB (Red+Green+Blue) = 142+50+203=395 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.95% from 395); Green value is 50 (19.92% from 255 or 12.66% from 395); Blue value is 203 (79.69% from 255 or 51.39% from 395); Max value from RGB is 203 - color contains mainly: blue. Hex color #8E32CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E32CB is #71CD34. Grayscale: #5E5E5E. Windows color (decimal): -7458101 or 13316750. OLE color: 13316750.
HSL color Cylindrical-coordinate representation of color #8E32CB: hue angle of 276.08º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8E32CB is Cyan = 0.30, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 142 | 50 | 203 | - |
| CMYK | 0.30 | 0.75 | 0 | 0.20 |
| HSL | 276.08º | 0.6% | 0.5% | - |
| HSV(B) | 276.08º | 0.75% | 0.8% | - |
| XYZ | 23.08 | 12.34 | 57.67 | - |
| YUV | 94.95 | 188.98 | 161.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 50 | 203 | 0.30 | 0.75 | 0 | 0.20 | 276.08 | 0.6 | 0.5 |
| Hex | 8E | 32 | CB | 1E | 4B | 0 | 14 | 114 | 3C | 32 |
| Octal | 216 | 62 | 313 | 36 | 113 | 0 | 24 | 424 | 74 | 62 |
| Binary | 10001110 | 110010 | 11001011 | 11110 | 1001011 | 0 | 10100 | 100010100 | 111100 | 110010 |
Color Harmonies of #8E32CB
Complementary color
Monochromatic Colors of #8E32CB
Black with #8E32CB
Text Example
Text Example
White with #8E32CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E32CB; }
p { color: rgb(142,50,203); }
H1.HeaderClassName
{
color: #8E32CB;
}
.AnyTagClassName
{
color: #8E32CB;
}
</style>
background-color css
<style>
a { background-color: #8E32CB; }
a { background-color: rgb(142,50,203); }
div.DivClassName
{
background-color: #8E32CB;
}
.BgClassName
{
background-color: #8E32CB;
}
</style>
border-color css
<style>
span { border-color: #8E32CB; }
span { border-color: rgb(142,50,203); }
td.TdClassName
{
border-color: #8E32CB;
}
.TagClassName
{
border-color: #8E32CB;
}
</style>