Shades of Dark Magenta #9E0AAD
Tints of Dark Magenta #9E0AAD
RGB
CMYK
RGB Variations
Color information
#9E0AAD (or 0x9E0AAD) is known color: Dark Magenta. HEX triplet: 9E, 0A and AD. RGB value is (158,10,173). Sum of RGB (Red+Green+Blue) = 158+10+173=341 (45% of max value = 765). Red value is 158 (62.11% from 255 or 46.33% from 341); Green value is 10 (4.30% from 255 or 2.93% from 341); Blue value is 173 (67.97% from 255 or 50.73% from 341); Max value from RGB is 173 - color contains mainly: blue. Hex color #9E0AAD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E0AAD is #61F552. Grayscale: #484848. Windows color (decimal): -6419795 or 11340446. OLE color: 11340446.
HSL color Cylindrical-coordinate representation of color #9E0AAD: hue angle of 294.48º 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 #9E0AAD is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 158 | 10 | 173 | - |
| CMYK | 0.09 | 0.94 | 0 | 0.32 |
| HSL | 294.48º | 0.89% | 0.36% | - |
| HSV(B) | 294.48º | 0.94% | 0.68% | - |
| XYZ | 21.75 | 10.5 | 40.42 | - |
| YUV | 72.83 | 184.53 | 188.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 10 | 173 | 0.09 | 0.94 | 0 | 0.32 | 294.48 | 0.89 | 0.36 |
| Hex | 9E | A | AD | 9 | 5E | 0 | 20 | 126 | 59 | 24 |
| Octal | 236 | 12 | 255 | 11 | 136 | 0 | 40 | 446 | 131 | 44 |
| Binary | 10011110 | 1010 | 10101101 | 1001 | 1011110 | 0 | 100000 | 100100110 | 1011001 | 100100 |
Color Harmonies of #9E0AAD
Complementary color
Monochromatic Colors of #9E0AAD
Black with #9E0AAD
Text Example
Text Example
White with #9E0AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E0AAD; }
p { color: rgb(158,10,173); }
H1.HeaderClassName
{
color: #9E0AAD;
}
.AnyTagClassName
{
color: #9E0AAD;
}
</style>
background-color css
<style>
a { background-color: #9E0AAD; }
a { background-color: rgb(158,10,173); }
div.DivClassName
{
background-color: #9E0AAD;
}
.BgClassName
{
background-color: #9E0AAD;
}
</style>
border-color css
<style>
span { border-color: #9E0AAD; }
span { border-color: rgb(158,10,173); }
td.TdClassName
{
border-color: #9E0AAD;
}
.TagClassName
{
border-color: #9E0AAD;
}
</style>