Shades of Dark Magenta #9E18AA
Tints of Dark Magenta #9E18AA
RGB
CMYK
RGB Variations
Color information
#9E18AA (or 0x9E18AA) is known color: Dark Magenta. HEX triplet: 9E, 18 and AA. RGB value is (158,24,170). Sum of RGB (Red+Green+Blue) = 158+24+170=352 (46% of max value = 765). Red value is 158 (62.11% from 255 or 44.89% from 352); Green value is 24 (9.77% from 255 or 6.82% from 352); Blue value is 170 (66.80% from 255 or 48.30% from 352); Max value from RGB is 170 - color contains mainly: blue. Hex color #9E18AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E18AA is #61E755. Grayscale: #505050. Windows color (decimal): -6416214 or 11147422. OLE color: 11147422.
HSL color Cylindrical-coordinate representation of color #9E18AA: hue angle of 295.07º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9E18AA is Cyan = 0.07, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 24 | 170 | - |
| CMYK | 0.07 | 0.86 | 0 | 0.33 |
| HSL | 295.07º | 0.75% | 0.38% | - |
| HSV(B) | 295.07º | 0.86% | 0.67% | - |
| XYZ | 21.68 | 10.82 | 38.98 | - |
| YUV | 80.71 | 178.39 | 183.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 24 | 170 | 0.07 | 0.86 | 0 | 0.33 | 295.07 | 0.75 | 0.38 |
| Hex | 9E | 18 | AA | 7 | 56 | 0 | 21 | 127 | 4B | 26 |
| Octal | 236 | 30 | 252 | 7 | 126 | 0 | 41 | 447 | 113 | 46 |
| Binary | 10011110 | 11000 | 10101010 | 111 | 1010110 | 0 | 100001 | 100100111 | 1001011 | 100110 |
Color Harmonies of #9E18AA
Complementary color
Monochromatic Colors of #9E18AA
Black with #9E18AA
Text Example
Text Example
White with #9E18AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E18AA; }
p { color: rgb(158,24,170); }
H1.HeaderClassName
{
color: #9E18AA;
}
.AnyTagClassName
{
color: #9E18AA;
}
</style>
background-color css
<style>
a { background-color: #9E18AA; }
a { background-color: rgb(158,24,170); }
div.DivClassName
{
background-color: #9E18AA;
}
.BgClassName
{
background-color: #9E18AA;
}
</style>
border-color css
<style>
span { border-color: #9E18AA; }
span { border-color: rgb(158,24,170); }
td.TdClassName
{
border-color: #9E18AA;
}
.TagClassName
{
border-color: #9E18AA;
}
</style>