Shades of Dark Orchid #8E45CE
Tints of Dark Orchid #8E45CE
RGB
CMYK
RGB Variations
Color information
#8E45CE (or 0x8E45CE) is known color: Dark Orchid. HEX triplet: 8E, 45 and CE. RGB value is (142,69,206). Sum of RGB (Red+Green+Blue) = 142+69+206=417 (55% of max value = 765). Red value is 142 (55.86% from 255 or 34.05% from 417); Green value is 69 (27.34% from 255 or 16.55% from 417); Blue value is 206 (80.86% from 255 or 49.40% from 417); Max value from RGB is 206 - color contains mainly: blue. Hex color #8E45CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E45CE is #71BA31. Grayscale: #696969. Windows color (decimal): -7453234 or 13518222. OLE color: 13518222.
HSL color Cylindrical-coordinate representation of color #8E45CE: hue angle of 271.97º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8E45CE is Cyan = 0.31, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 142 | 69 | 206 | - |
| CMYK | 0.31 | 0.67 | 0 | 0.19 |
| HSL | 271.97º | 0.58% | 0.54% | - |
| HSV(B) | 271.97º | 0.67% | 0.81% | - |
| XYZ | 24.42 | 14.46 | 59.9 | - |
| YUV | 106.45 | 184.18 | 153.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 69 | 206 | 0.31 | 0.67 | 0 | 0.19 | 271.97 | 0.58 | 0.54 |
| Hex | 8E | 45 | CE | 1F | 43 | 0 | 13 | 110 | 3A | 36 |
| Octal | 216 | 105 | 316 | 37 | 103 | 0 | 23 | 420 | 72 | 66 |
| Binary | 10001110 | 1000101 | 11001110 | 11111 | 1000011 | 0 | 10011 | 100010000 | 111010 | 110110 |
Color Harmonies of #8E45CE
Complementary color
Monochromatic Colors of #8E45CE
Black with #8E45CE
Text Example
Text Example
White with #8E45CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E45CE; }
p { color: rgb(142,69,206); }
H1.HeaderClassName
{
color: #8E45CE;
}
.AnyTagClassName
{
color: #8E45CE;
}
</style>
background-color css
<style>
a { background-color: #8E45CE; }
a { background-color: rgb(142,69,206); }
div.DivClassName
{
background-color: #8E45CE;
}
.BgClassName
{
background-color: #8E45CE;
}
</style>
border-color css
<style>
span { border-color: #8E45CE; }
span { border-color: rgb(142,69,206); }
td.TdClassName
{
border-color: #8E45CE;
}
.TagClassName
{
border-color: #8E45CE;
}
</style>