Shades of Dark Orchid #8E43D0
Tints of Dark Orchid #8E43D0
RGB
CMYK
RGB Variations
Color information
#8E43D0 (or 0x8E43D0) is known color: Dark Orchid. HEX triplet: 8E, 43 and D0. RGB value is (142,67,208). Sum of RGB (Red+Green+Blue) = 142+67+208=417 (55% of max value = 765). Red value is 142 (55.86% from 255 or 34.05% from 417); Green value is 67 (26.56% from 255 or 16.07% from 417); Blue value is 208 (81.64% from 255 or 49.88% from 417); Max value from RGB is 208 - color contains mainly: blue. Hex color #8E43D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E43D0 is #71BC2F. Grayscale: #696969. Windows color (decimal): -7453744 or 13648782. OLE color: 13648782.
HSL color Cylindrical-coordinate representation of color #8E43D0: hue angle of 271.91º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8E43D0 is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 142 | 67 | 208 | - |
| CMYK | 0.32 | 0.68 | 0 | 0.18 |
| HSL | 271.91º | 0.6% | 0.54% | - |
| HSV(B) | 271.91º | 0.68% | 0.82% | - |
| XYZ | 24.55 | 14.32 | 61.14 | - |
| YUV | 105.5 | 185.85 | 154.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 67 | 208 | 0.32 | 0.68 | 0 | 0.18 | 271.91 | 0.6 | 0.54 |
| Hex | 8E | 43 | D0 | 20 | 44 | 0 | 12 | 110 | 3C | 36 |
| Octal | 216 | 103 | 320 | 40 | 104 | 0 | 22 | 420 | 74 | 66 |
| Binary | 10001110 | 1000011 | 11010000 | 100000 | 1000100 | 0 | 10010 | 100010000 | 111100 | 110110 |
Color Harmonies of #8E43D0
Complementary color
Monochromatic Colors of #8E43D0
Black with #8E43D0
Text Example
Text Example
White with #8E43D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E43D0; }
p { color: rgb(142,67,208); }
H1.HeaderClassName
{
color: #8E43D0;
}
.AnyTagClassName
{
color: #8E43D0;
}
</style>
background-color css
<style>
a { background-color: #8E43D0; }
a { background-color: rgb(142,67,208); }
div.DivClassName
{
background-color: #8E43D0;
}
.BgClassName
{
background-color: #8E43D0;
}
</style>
border-color css
<style>
span { border-color: #8E43D0; }
span { border-color: rgb(142,67,208); }
td.TdClassName
{
border-color: #8E43D0;
}
.TagClassName
{
border-color: #8E43D0;
}
</style>