Shades of Dark Magenta #9E12AB
Tints of Dark Magenta #9E12AB
RGB
CMYK
RGB Variations
Color information
#9E12AB (or 0x9E12AB) is known color: Dark Magenta. HEX triplet: 9E, 12 and AB. RGB value is (158,18,171). Sum of RGB (Red+Green+Blue) = 158+18+171=347 (45% of max value = 765). Red value is 158 (62.11% from 255 or 45.53% from 347); Green value is 18 (7.42% from 255 or 5.19% from 347); Blue value is 171 (67.19% from 255 or 49.28% from 347); Max value from RGB is 171 - color contains mainly: blue. Hex color #9E12AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E12AB is #61ED54. Grayscale: #4C4C4C. Windows color (decimal): -6417749 or 11211422. OLE color: 11211422.
HSL color Cylindrical-coordinate representation of color #9E12AB: hue angle of 294.9º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9E12AB is Cyan = 0.08, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 18 | 171 | - |
| CMYK | 0.08 | 0.89 | 0 | 0.33 |
| HSL | 294.9º | 0.81% | 0.37% | - |
| HSV(B) | 294.9º | 0.89% | 0.67% | - |
| XYZ | 21.67 | 10.64 | 39.44 | - |
| YUV | 77.3 | 180.88 | 185.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 18 | 171 | 0.08 | 0.89 | 0 | 0.33 | 294.9 | 0.81 | 0.37 |
| Hex | 9E | 12 | AB | 8 | 59 | 0 | 21 | 127 | 51 | 25 |
| Octal | 236 | 22 | 253 | 10 | 131 | 0 | 41 | 447 | 121 | 45 |
| Binary | 10011110 | 10010 | 10101011 | 1000 | 1011001 | 0 | 100001 | 100100111 | 1010001 | 100101 |
Color Harmonies of #9E12AB
Complementary color
Monochromatic Colors of #9E12AB
Black with #9E12AB
Text Example
Text Example
White with #9E12AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E12AB; }
p { color: rgb(158,18,171); }
H1.HeaderClassName
{
color: #9E12AB;
}
.AnyTagClassName
{
color: #9E12AB;
}
</style>
background-color css
<style>
a { background-color: #9E12AB; }
a { background-color: rgb(158,18,171); }
div.DivClassName
{
background-color: #9E12AB;
}
.BgClassName
{
background-color: #9E12AB;
}
</style>
border-color css
<style>
span { border-color: #9E12AB; }
span { border-color: rgb(158,18,171); }
td.TdClassName
{
border-color: #9E12AB;
}
.TagClassName
{
border-color: #9E12AB;
}
</style>