Shades of Dark Magenta #9E0AAE
Tints of Dark Magenta #9E0AAE
RGB
CMYK
RGB Variations
Color information
#9E0AAE (or 0x9E0AAE) is known color: Dark Magenta. HEX triplet: 9E, 0A and AE. RGB value is (158,10,174). Sum of RGB (Red+Green+Blue) = 158+10+174=342 (45% of max value = 765). Red value is 158 (62.11% from 255 or 46.20% from 342); Green value is 10 (4.30% from 255 or 2.92% from 342); Blue value is 174 (68.36% from 255 or 50.88% from 342); Max value from RGB is 174 - color contains mainly: blue. Hex color #9E0AAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E0AAE is #61F551. Grayscale: #484848. Windows color (decimal): -6419794 or 11405982. OLE color: 11405982.
HSL color Cylindrical-coordinate representation of color #9E0AAE: hue angle of 294.15º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9E0AAE is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 158 | 10 | 174 | - |
| CMYK | 0.09 | 0.94 | 0 | 0.32 |
| HSL | 294.15º | 0.89% | 0.36% | - |
| HSV(B) | 294.15º | 0.94% | 0.68% | - |
| XYZ | 21.85 | 10.54 | 40.93 | - |
| YUV | 72.95 | 185.03 | 188.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 10 | 174 | 0.09 | 0.94 | 0 | 0.32 | 294.15 | 0.89 | 0.36 |
| Hex | 9E | A | AE | 9 | 5E | 0 | 20 | 126 | 59 | 24 |
| Octal | 236 | 12 | 256 | 11 | 136 | 0 | 40 | 446 | 131 | 44 |
| Binary | 10011110 | 1010 | 10101110 | 1001 | 1011110 | 0 | 100000 | 100100110 | 1011001 | 100100 |
Color Harmonies of #9E0AAE
Complementary color
Monochromatic Colors of #9E0AAE
Black with #9E0AAE
Text Example
Text Example
White with #9E0AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E0AAE; }
p { color: rgb(158,10,174); }
H1.HeaderClassName
{
color: #9E0AAE;
}
.AnyTagClassName
{
color: #9E0AAE;
}
</style>
background-color css
<style>
a { background-color: #9E0AAE; }
a { background-color: rgb(158,10,174); }
div.DivClassName
{
background-color: #9E0AAE;
}
.BgClassName
{
background-color: #9E0AAE;
}
</style>
border-color css
<style>
span { border-color: #9E0AAE; }
span { border-color: rgb(158,10,174); }
td.TdClassName
{
border-color: #9E0AAE;
}
.TagClassName
{
border-color: #9E0AAE;
}
</style>