Shades of Dark Orchid #8E24CB
Tints of Dark Orchid #8E24CB
RGB
CMYK
RGB Variations
Color information
#8E24CB (or 0x8E24CB) is known color: Dark Orchid. HEX triplet: 8E, 24 and CB. RGB value is (142,36,203). Sum of RGB (Red+Green+Blue) = 142+36+203=381 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.27% from 381); Green value is 36 (14.45% from 255 or 9.45% from 381); Blue value is 203 (79.69% from 255 or 53.28% from 381); Max value from RGB is 203 - color contains mainly: blue. Hex color #8E24CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E24CB is #71DB34. Grayscale: #565656. Windows color (decimal): -7461685 or 13313166. OLE color: 13313166.
HSL color Cylindrical-coordinate representation of color #8E24CB: hue angle of 278.08º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8E24CB is Cyan = 0.30, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 142 | 36 | 203 | - |
| CMYK | 0.30 | 0.82 | 0 | 0.20 |
| HSL | 278.08º | 0.7% | 0.47% | - |
| HSV(B) | 278.08º | 0.82% | 0.8% | - |
| XYZ | 22.57 | 11.32 | 57.5 | - |
| YUV | 86.73 | 193.62 | 167.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 36 | 203 | 0.30 | 0.82 | 0 | 0.20 | 278.08 | 0.7 | 0.47 |
| Hex | 8E | 24 | CB | 1E | 52 | 0 | 14 | 116 | 46 | 2F |
| Octal | 216 | 44 | 313 | 36 | 122 | 0 | 24 | 426 | 106 | 57 |
| Binary | 10001110 | 100100 | 11001011 | 11110 | 1010010 | 0 | 10100 | 100010110 | 1000110 | 101111 |
Color Harmonies of #8E24CB
Complementary color
Monochromatic Colors of #8E24CB
Black with #8E24CB
Text Example
Text Example
White with #8E24CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E24CB; }
p { color: rgb(142,36,203); }
H1.HeaderClassName
{
color: #8E24CB;
}
.AnyTagClassName
{
color: #8E24CB;
}
</style>
background-color css
<style>
a { background-color: #8E24CB; }
a { background-color: rgb(142,36,203); }
div.DivClassName
{
background-color: #8E24CB;
}
.BgClassName
{
background-color: #8E24CB;
}
</style>
border-color css
<style>
span { border-color: #8E24CB; }
span { border-color: rgb(142,36,203); }
td.TdClassName
{
border-color: #8E24CB;
}
.TagClassName
{
border-color: #8E24CB;
}
</style>