Shades of Dark Magenta #9E0EAD
Tints of Dark Magenta #9E0EAD
RGB
CMYK
RGB Variations
Color information
#9E0EAD (or 0x9E0EAD) is known color: Dark Magenta. HEX triplet: 9E, 0E and AD. RGB value is (158,14,173). Sum of RGB (Red+Green+Blue) = 158+14+173=345 (45% of max value = 765). Red value is 158 (62.11% from 255 or 45.80% from 345); Green value is 14 (5.86% from 255 or 4.06% from 345); Blue value is 173 (67.97% from 255 or 50.14% from 345); Max value from RGB is 173 - color contains mainly: blue. Hex color #9E0EAD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E0EAD is #61F152. Grayscale: #4A4A4A. Windows color (decimal): -6418771 or 11341470. OLE color: 11341470.
HSL color Cylindrical-coordinate representation of color #9E0EAD: hue angle of 294.34º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9E0EAD is Cyan = 0.09, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 158 | 14 | 173 | - |
| CMYK | 0.09 | 0.92 | 0 | 0.32 |
| HSL | 294.34º | 0.85% | 0.37% | - |
| HSV(B) | 294.34º | 0.92% | 0.68% | - |
| XYZ | 21.8 | 10.6 | 40.43 | - |
| YUV | 75.18 | 183.21 | 187.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 14 | 173 | 0.09 | 0.92 | 0 | 0.32 | 294.34 | 0.85 | 0.37 |
| Hex | 9E | E | AD | 9 | 5C | 0 | 20 | 126 | 55 | 25 |
| Octal | 236 | 16 | 255 | 11 | 134 | 0 | 40 | 446 | 125 | 45 |
| Binary | 10011110 | 1110 | 10101101 | 1001 | 1011100 | 0 | 100000 | 100100110 | 1010101 | 100101 |
Color Harmonies of #9E0EAD
Complementary color
Monochromatic Colors of #9E0EAD
Black with #9E0EAD
Text Example
Text Example
White with #9E0EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E0EAD; }
p { color: rgb(158,14,173); }
H1.HeaderClassName
{
color: #9E0EAD;
}
.AnyTagClassName
{
color: #9E0EAD;
}
</style>
background-color css
<style>
a { background-color: #9E0EAD; }
a { background-color: rgb(158,14,173); }
div.DivClassName
{
background-color: #9E0EAD;
}
.BgClassName
{
background-color: #9E0EAD;
}
</style>
border-color css
<style>
span { border-color: #9E0EAD; }
span { border-color: rgb(158,14,173); }
td.TdClassName
{
border-color: #9E0EAD;
}
.TagClassName
{
border-color: #9E0EAD;
}
</style>