Shades of Dark Orchid #8E1ECE
Tints of Dark Orchid #8E1ECE
RGB
CMYK
RGB Variations
Color information
#8E1ECE (or 0x8E1ECE) is known color: Dark Orchid. HEX triplet: 8E, 1E and CE. RGB value is (142,30,206). Sum of RGB (Red+Green+Blue) = 142+30+206=378 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.57% from 378); Green value is 30 (12.11% from 255 or 7.94% from 378); Blue value is 206 (80.86% from 255 or 54.50% from 378); Max value from RGB is 206 - color contains mainly: blue. Hex color #8E1ECE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E1ECE is #71E131. Grayscale: #525252. Windows color (decimal): -7463218 or 13508238. OLE color: 13508238.
HSL color Cylindrical-coordinate representation of color #8E1ECE: hue angle of 278.18º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8E1ECE is Cyan = 0.31, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 142 | 30 | 206 | - |
| CMYK | 0.31 | 0.85 | 0 | 0.19 |
| HSL | 278.18º | 0.75% | 0.46% | - |
| HSV(B) | 278.18º | 0.85% | 0.81% | - |
| XYZ | 22.76 | 11.14 | 59.34 | - |
| YUV | 83.55 | 197.11 | 169.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 30 | 206 | 0.31 | 0.85 | 0 | 0.19 | 278.18 | 0.75 | 0.46 |
| Hex | 8E | 1E | CE | 1F | 55 | 0 | 13 | 116 | 4B | 2E |
| Octal | 216 | 36 | 316 | 37 | 125 | 0 | 23 | 426 | 113 | 56 |
| Binary | 10001110 | 11110 | 11001110 | 11111 | 1010101 | 0 | 10011 | 100010110 | 1001011 | 101110 |
Color Harmonies of #8E1ECE
Complementary color
Monochromatic Colors of #8E1ECE
Black with #8E1ECE
Text Example
Text Example
White with #8E1ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E1ECE; }
p { color: rgb(142,30,206); }
H1.HeaderClassName
{
color: #8E1ECE;
}
.AnyTagClassName
{
color: #8E1ECE;
}
</style>
background-color css
<style>
a { background-color: #8E1ECE; }
a { background-color: rgb(142,30,206); }
div.DivClassName
{
background-color: #8E1ECE;
}
.BgClassName
{
background-color: #8E1ECE;
}
</style>
border-color css
<style>
span { border-color: #8E1ECE; }
span { border-color: rgb(142,30,206); }
td.TdClassName
{
border-color: #8E1ECE;
}
.TagClassName
{
border-color: #8E1ECE;
}
</style>