Shades of Dark Magenta #9E0E86
Tints of Dark Magenta #9E0E86
RGB
CMYK
RGB Variations
Color information
#9E0E86 (or 0x9E0E86) is known color: Dark Magenta. HEX triplet: 9E, 0E and 86. RGB value is (158,14,134). Sum of RGB (Red+Green+Blue) = 158+14+134=306 (40% of max value = 765). Red value is 158 (62.11% from 255 or 51.63% from 306); Green value is 14 (5.86% from 255 or 4.58% from 306); Blue value is 134 (52.73% from 255 or 43.79% from 306); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0E86 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E0E86 is #61F179. Grayscale: #464646. Windows color (decimal): -6418810 or 8785566. OLE color: 8785566.
HSL color Cylindrical-coordinate representation of color #9E0E86: hue angle of 310º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9E0E86 is Cyan = 0, Magento = 0.91, Yellow = 0.15 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 14 | 134 | - |
| CMYK | 0 | 0.91 | 0.15 | 0.38 |
| HSL | 310º | 0.84% | 0.34% | - |
| HSV(B) | 310º | 0.91% | 0.62% | - |
| XYZ | 18.56 | 9.3 | 23.37 | - |
| YUV | 70.74 | 163.71 | 190.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 14 | 134 | 0 | 0.91 | 0.15 | 0.38 | 310 | 0.84 | 0.34 |
| Hex | 9E | E | 86 | 0 | 5B | F | 26 | 136 | 54 | 22 |
| Octal | 236 | 16 | 206 | 0 | 133 | 17 | 46 | 466 | 124 | 42 |
| Binary | 10011110 | 1110 | 10000110 | 0 | 1011011 | 1111 | 100110 | 100110110 | 1010100 | 100010 |
Color Harmonies of #9E0E86
Complementary color
Monochromatic Colors of #9E0E86
Black with #9E0E86
Text Example
Text Example
White with #9E0E86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E0E86; }
p { color: rgb(158,14,134); }
H1.HeaderClassName
{
color: #9E0E86;
}
.AnyTagClassName
{
color: #9E0E86;
}
</style>
background-color css
<style>
a { background-color: #9E0E86; }
a { background-color: rgb(158,14,134); }
div.DivClassName
{
background-color: #9E0E86;
}
.BgClassName
{
background-color: #9E0E86;
}
</style>
border-color css
<style>
span { border-color: #9E0E86; }
span { border-color: rgb(158,14,134); }
td.TdClassName
{
border-color: #9E0E86;
}
.TagClassName
{
border-color: #9E0E86;
}
</style>