Shades of Dark Magenta #9E0A86
Tints of Dark Magenta #9E0A86
RGB
CMYK
RGB Variations
Color information
#9E0A86 (or 0x9E0A86) is known color: Dark Magenta. HEX triplet: 9E, 0A and 86. RGB value is (158,10,134). Sum of RGB (Red+Green+Blue) = 158+10+134=302 (40% of max value = 765). Red value is 158 (62.11% from 255 or 52.32% from 302); Green value is 10 (4.30% from 255 or 3.31% from 302); Blue value is 134 (52.73% from 255 or 44.37% from 302); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0A86 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E0A86 is #61F579. Grayscale: #444444. Windows color (decimal): -6419834 or 8784542. OLE color: 8784542.
HSL color Cylindrical-coordinate representation of color #9E0A86: hue angle of 309.73º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9E0A86 is Cyan = 0, Magento = 0.94, Yellow = 0.15 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 10 | 134 | - |
| CMYK | 0 | 0.94 | 0.15 | 0.38 |
| HSL | 309.73º | 0.88% | 0.33% | - |
| HSV(B) | 309.73º | 0.94% | 0.62% | - |
| XYZ | 18.51 | 9.21 | 23.36 | - |
| YUV | 68.39 | 165.03 | 191.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 10 | 134 | 0 | 0.94 | 0.15 | 0.38 | 309.73 | 0.88 | 0.33 |
| Hex | 9E | A | 86 | 0 | 5E | F | 26 | 136 | 58 | 21 |
| Octal | 236 | 12 | 206 | 0 | 136 | 17 | 46 | 466 | 130 | 41 |
| Binary | 10011110 | 1010 | 10000110 | 0 | 1011110 | 1111 | 100110 | 100110110 | 1011000 | 100001 |
Color Harmonies of #9E0A86
Complementary color
Monochromatic Colors of #9E0A86
Black with #9E0A86
Text Example
Text Example
White with #9E0A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E0A86; }
p { color: rgb(158,10,134); }
H1.HeaderClassName
{
color: #9E0A86;
}
.AnyTagClassName
{
color: #9E0A86;
}
</style>
background-color css
<style>
a { background-color: #9E0A86; }
a { background-color: rgb(158,10,134); }
div.DivClassName
{
background-color: #9E0A86;
}
.BgClassName
{
background-color: #9E0A86;
}
</style>
border-color css
<style>
span { border-color: #9E0A86; }
span { border-color: rgb(158,10,134); }
td.TdClassName
{
border-color: #9E0A86;
}
.TagClassName
{
border-color: #9E0A86;
}
</style>