Shades of Dark Orchid #8E3ECB
Tints of Dark Orchid #8E3ECB
RGB
CMYK
RGB Variations
Color information
#8E3ECB (or 0x8E3ECB) is known color: Dark Orchid. HEX triplet: 8E, 3E and CB. RGB value is (142,62,203). Sum of RGB (Red+Green+Blue) = 142+62+203=407 (53% of max value = 765). Red value is 142 (55.86% from 255 or 34.89% from 407); Green value is 62 (24.61% from 255 or 15.23% from 407); Blue value is 203 (79.69% from 255 or 49.88% from 407); Max value from RGB is 203 - color contains mainly: blue. Hex color #8E3ECB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E3ECB is #71C134. Grayscale: #656565. Windows color (decimal): -7455029 or 13319822. OLE color: 13319822.
HSL color Cylindrical-coordinate representation of color #8E3ECB: hue angle of 274.04º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8E3ECB is Cyan = 0.30, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 142 | 62 | 203 | - |
| CMYK | 0.30 | 0.69 | 0 | 0.20 |
| HSL | 274.04º | 0.58% | 0.52% | - |
| HSV(B) | 274.04º | 0.69% | 0.8% | - |
| XYZ | 23.66 | 13.51 | 57.86 | - |
| YUV | 101.99 | 185 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 62 | 203 | 0.30 | 0.69 | 0 | 0.20 | 274.04 | 0.58 | 0.52 |
| Hex | 8E | 3E | CB | 1E | 45 | 0 | 14 | 112 | 3A | 34 |
| Octal | 216 | 76 | 313 | 36 | 105 | 0 | 24 | 422 | 72 | 64 |
| Binary | 10001110 | 111110 | 11001011 | 11110 | 1000101 | 0 | 10100 | 100010010 | 111010 | 110100 |
Color Harmonies of #8E3ECB
Complementary color
Monochromatic Colors of #8E3ECB
Black with #8E3ECB
Text Example
Text Example
White with #8E3ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E3ECB; }
p { color: rgb(142,62,203); }
H1.HeaderClassName
{
color: #8E3ECB;
}
.AnyTagClassName
{
color: #8E3ECB;
}
</style>
background-color css
<style>
a { background-color: #8E3ECB; }
a { background-color: rgb(142,62,203); }
div.DivClassName
{
background-color: #8E3ECB;
}
.BgClassName
{
background-color: #8E3ECB;
}
</style>
border-color css
<style>
span { border-color: #8E3ECB; }
span { border-color: rgb(142,62,203); }
td.TdClassName
{
border-color: #8E3ECB;
}
.TagClassName
{
border-color: #8E3ECB;
}
</style>