Shades of Dark Magenta #8E0E86
Tints of Dark Magenta #8E0E86
RGB
CMYK
RGB Variations
Color information
#8E0E86 (or 0x8E0E86) is known color: Dark Magenta. HEX triplet: 8E, 0E and 86. RGB value is (142,14,134). Sum of RGB (Red+Green+Blue) = 142+14+134=290 (38% of max value = 765). Red value is 142 (55.86% from 255 or 48.97% from 290); Green value is 14 (5.86% from 255 or 4.83% from 290); Blue value is 134 (52.73% from 255 or 46.21% from 290); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0E86 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E0E86 is #71F179. Grayscale: #414141. Windows color (decimal): -7467386 or 8785550. OLE color: 8785550.
HSL color Cylindrical-coordinate representation of color #8E0E86: hue angle of 303.75º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8E0E86 is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 14 | 134 | - |
| CMYK | 0 | 0.90 | 0.06 | 0.44 |
| HSL | 303.75º | 0.82% | 0.31% | - |
| HSV(B) | 303.75º | 0.9% | 0.56% | - |
| XYZ | 15.62 | 7.79 | 23.23 | - |
| YUV | 65.95 | 166.41 | 182.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 14 | 134 | 0 | 0.90 | 0.06 | 0.44 | 303.75 | 0.82 | 0.31 |
| Hex | 8E | E | 86 | 0 | 5A | 6 | 2C | 130 | 52 | 1F |
| Octal | 216 | 16 | 206 | 0 | 132 | 6 | 54 | 460 | 122 | 37 |
| Binary | 10001110 | 1110 | 10000110 | 0 | 1011010 | 110 | 101100 | 100110000 | 1010010 | 11111 |
Color Harmonies of #8E0E86
Complementary color
Monochromatic Colors of #8E0E86
Black with #8E0E86
Text Example
Text Example
White with #8E0E86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E0E86; }
p { color: rgb(142,14,134); }
H1.HeaderClassName
{
color: #8E0E86;
}
.AnyTagClassName
{
color: #8E0E86;
}
</style>
background-color css
<style>
a { background-color: #8E0E86; }
a { background-color: rgb(142,14,134); }
div.DivClassName
{
background-color: #8E0E86;
}
.BgClassName
{
background-color: #8E0E86;
}
</style>
border-color css
<style>
span { border-color: #8E0E86; }
span { border-color: rgb(142,14,134); }
td.TdClassName
{
border-color: #8E0E86;
}
.TagClassName
{
border-color: #8E0E86;
}
</style>