Shades of Dark Magenta #9E00AA
Tints of Dark Magenta #9E00AA
RGB
CMYK
RGB Variations
Color information
#9E00AA (or 0x9E00AA) is known color: Dark Magenta. HEX triplet: 9E, 00 and AA. RGB value is (158,0,170). Sum of RGB (Red+Green+Blue) = 158+0+170=328 (43% of max value = 765). Red value is 158 (62.11% from 255 or 48.17% from 328); Green value is 0 (0.39% from 255 or 0% from 328); Blue value is 170 (66.80% from 255 or 51.83% from 328); Max value from RGB is 170 - color contains mainly: blue. Hex color #9E00AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E00AA is #61FF55. Grayscale: #424242. Windows color (decimal): -6422358 or 11141278. OLE color: 11141278.
HSL color Cylindrical-coordinate representation of color #9E00AA: hue angle of 295.76º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9E00AA is Cyan = 0.07, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 0 | 170 | - |
| CMYK | 0.07 | 1 | 0 | 0.33 |
| HSL | 295.76º | 1% | 0.33% | - |
| HSV(B) | 295.76º | 1% | 0.67% | - |
| XYZ | 21.36 | 10.17 | 38.87 | - |
| YUV | 66.62 | 186.35 | 193.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 0 | 170 | 0.07 | 1 | 0 | 0.33 | 295.76 | 1 | 0.33 |
| Hex | 9E | 0 | AA | 7 | 64 | 0 | 21 | 128 | 64 | 21 |
| Octal | 236 | 0 | 252 | 7 | 144 | 0 | 41 | 450 | 144 | 41 |
| Binary | 10011110 | 0 | 10101010 | 111 | 1100100 | 0 | 100001 | 100101000 | 1100100 | 100001 |
Color Harmonies of #9E00AA
Complementary color
Monochromatic Colors of #9E00AA
Black with #9E00AA
Text Example
Text Example
White with #9E00AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E00AA; }
p { color: rgb(158,0,170); }
H1.HeaderClassName
{
color: #9E00AA;
}
.AnyTagClassName
{
color: #9E00AA;
}
</style>
background-color css
<style>
a { background-color: #9E00AA; }
a { background-color: rgb(158,0,170); }
div.DivClassName
{
background-color: #9E00AA;
}
.BgClassName
{
background-color: #9E00AA;
}
</style>
border-color css
<style>
span { border-color: #9E00AA; }
span { border-color: rgb(158,0,170); }
td.TdClassName
{
border-color: #9E00AA;
}
.TagClassName
{
border-color: #9E00AA;
}
</style>