Shades of Dark Orchid #8E3ECE
Tints of Dark Orchid #8E3ECE
RGB
CMYK
RGB Variations
Color information
#8E3ECE (or 0x8E3ECE) is known color: Dark Orchid. HEX triplet: 8E, 3E and CE. RGB value is (142,62,206). Sum of RGB (Red+Green+Blue) = 142+62+206=410 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.63% from 410); Green value is 62 (24.61% from 255 or 15.12% from 410); Blue value is 206 (80.86% from 255 or 50.24% from 410); Max value from RGB is 206 - color contains mainly: blue. Hex color #8E3ECE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E3ECE is #71C131. Grayscale: #656565. Windows color (decimal): -7455026 or 13516430. OLE color: 13516430.
HSL color Cylindrical-coordinate representation of color #8E3ECE: hue angle of 273.33º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8E3ECE is Cyan = 0.31, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 142 | 62 | 206 | - |
| CMYK | 0.31 | 0.70 | 0 | 0.19 |
| HSL | 273.33º | 0.6% | 0.53% | - |
| HSV(B) | 273.33º | 0.7% | 0.81% | - |
| XYZ | 24.02 | 13.65 | 59.76 | - |
| YUV | 102.34 | 186.5 | 156.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 62 | 206 | 0.31 | 0.70 | 0 | 0.19 | 273.33 | 0.6 | 0.53 |
| Hex | 8E | 3E | CE | 1F | 46 | 0 | 13 | 111 | 3C | 35 |
| Octal | 216 | 76 | 316 | 37 | 106 | 0 | 23 | 421 | 74 | 65 |
| Binary | 10001110 | 111110 | 11001110 | 11111 | 1000110 | 0 | 10011 | 100010001 | 111100 | 110101 |
Color Harmonies of #8E3ECE
Complementary color
Monochromatic Colors of #8E3ECE
Black with #8E3ECE
Text Example
Text Example
White with #8E3ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E3ECE; }
p { color: rgb(142,62,206); }
H1.HeaderClassName
{
color: #8E3ECE;
}
.AnyTagClassName
{
color: #8E3ECE;
}
</style>
background-color css
<style>
a { background-color: #8E3ECE; }
a { background-color: rgb(142,62,206); }
div.DivClassName
{
background-color: #8E3ECE;
}
.BgClassName
{
background-color: #8E3ECE;
}
</style>
border-color css
<style>
span { border-color: #8E3ECE; }
span { border-color: rgb(142,62,206); }
td.TdClassName
{
border-color: #8E3ECE;
}
.TagClassName
{
border-color: #8E3ECE;
}
</style>