Shades of Dark Orchid #8E47CB
Tints of Dark Orchid #8E47CB
RGB
CMYK
RGB Variations
Color information
#8E47CB (or 0x8E47CB) is known color: Dark Orchid. HEX triplet: 8E, 47 and CB. RGB value is (142,71,203). Sum of RGB (Red+Green+Blue) = 142+71+203=416 (55% of max value = 765). Red value is 142 (55.86% from 255 or 34.13% from 416); Green value is 71 (28.12% from 255 or 17.07% from 416); Blue value is 203 (79.69% from 255 or 48.80% from 416); Max value from RGB is 203 - color contains mainly: blue. Hex color #8E47CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E47CB is #71B834. Grayscale: #6A6A6A. Windows color (decimal): -7452725 or 13322126. OLE color: 13322126.
HSL color Cylindrical-coordinate representation of color #8E47CB: hue angle of 272.27º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8E47CB is Cyan = 0.30, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 142 | 71 | 203 | - |
| CMYK | 0.30 | 0.65 | 0 | 0.20 |
| HSL | 272.27º | 0.56% | 0.54% | - |
| HSV(B) | 272.27º | 0.65% | 0.8% | - |
| XYZ | 24.19 | 14.57 | 58.04 | - |
| YUV | 107.28 | 182.02 | 152.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 71 | 203 | 0.30 | 0.65 | 0 | 0.20 | 272.27 | 0.56 | 0.54 |
| Hex | 8E | 47 | CB | 1E | 41 | 0 | 14 | 110 | 38 | 36 |
| Octal | 216 | 107 | 313 | 36 | 101 | 0 | 24 | 420 | 70 | 66 |
| Binary | 10001110 | 1000111 | 11001011 | 11110 | 1000001 | 0 | 10100 | 100010000 | 111000 | 110110 |
Color Harmonies of #8E47CB
Complementary color
Monochromatic Colors of #8E47CB
Black with #8E47CB
Text Example
Text Example
White with #8E47CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E47CB; }
p { color: rgb(142,71,203); }
H1.HeaderClassName
{
color: #8E47CB;
}
.AnyTagClassName
{
color: #8E47CB;
}
</style>
background-color css
<style>
a { background-color: #8E47CB; }
a { background-color: rgb(142,71,203); }
div.DivClassName
{
background-color: #8E47CB;
}
.BgClassName
{
background-color: #8E47CB;
}
</style>
border-color css
<style>
span { border-color: #8E47CB; }
span { border-color: rgb(142,71,203); }
td.TdClassName
{
border-color: #8E47CB;
}
.TagClassName
{
border-color: #8E47CB;
}
</style>