Shades of Dark Orchid #8E1EBB
Tints of Dark Orchid #8E1EBB
RGB
CMYK
RGB Variations
Color information
#8E1EBB (or 0x8E1EBB) is known color: Dark Orchid. HEX triplet: 8E, 1E and BB. RGB value is (142,30,187). Sum of RGB (Red+Green+Blue) = 142+30+187=359 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.55% from 359); Green value is 30 (12.11% from 255 or 8.36% from 359); Blue value is 187 (73.44% from 255 or 52.09% from 359); Max value from RGB is 187 - color contains mainly: blue. Hex color #8E1EBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E1EBB is #71E144. Grayscale: #505050. Windows color (decimal): -7463237 or 12263054. OLE color: 12263054.
HSL color Cylindrical-coordinate representation of color #8E1EBB: hue angle of 282.8º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8E1EBB is Cyan = 0.24, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 142 | 30 | 187 | - |
| CMYK | 0.24 | 0.84 | 0 | 0.27 |
| HSL | 282.8º | 0.72% | 0.43% | - |
| HSV(B) | 282.8º | 0.84% | 0.73% | - |
| XYZ | 20.59 | 10.27 | 47.91 | - |
| YUV | 81.39 | 187.61 | 171.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 30 | 187 | 0.24 | 0.84 | 0 | 0.27 | 282.8 | 0.72 | 0.43 |
| Hex | 8E | 1E | BB | 18 | 54 | 0 | 1B | 11B | 48 | 2B |
| Octal | 216 | 36 | 273 | 30 | 124 | 0 | 33 | 433 | 110 | 53 |
| Binary | 10001110 | 11110 | 10111011 | 11000 | 1010100 | 0 | 11011 | 100011011 | 1001000 | 101011 |
Color Harmonies of #8E1EBB
Complementary color
Monochromatic Colors of #8E1EBB
Black with #8E1EBB
Text Example
Text Example
White with #8E1EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E1EBB; }
p { color: rgb(142,30,187); }
H1.HeaderClassName
{
color: #8E1EBB;
}
.AnyTagClassName
{
color: #8E1EBB;
}
</style>
background-color css
<style>
a { background-color: #8E1EBB; }
a { background-color: rgb(142,30,187); }
div.DivClassName
{
background-color: #8E1EBB;
}
.BgClassName
{
background-color: #8E1EBB;
}
</style>
border-color css
<style>
span { border-color: #8E1EBB; }
span { border-color: rgb(142,30,187); }
td.TdClassName
{
border-color: #8E1EBB;
}
.TagClassName
{
border-color: #8E1EBB;
}
</style>