Shades of Dark Magenta #9E19AB
Tints of Dark Magenta #9E19AB
RGB
CMYK
RGB Variations
Color information
#9E19AB (or 0x9E19AB) is known color: Dark Magenta. HEX triplet: 9E, 19 and AB. RGB value is (158,25,171). Sum of RGB (Red+Green+Blue) = 158+25+171=354 (46% of max value = 765). Red value is 158 (62.11% from 255 or 44.63% from 354); Green value is 25 (10.16% from 255 or 7.06% from 354); Blue value is 171 (67.19% from 255 or 48.31% from 354); Max value from RGB is 171 - color contains mainly: blue. Hex color #9E19AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E19AB is #61E654. Grayscale: #505050. Windows color (decimal): -6415957 or 11213214. OLE color: 11213214.
HSL color Cylindrical-coordinate representation of color #9E19AB: hue angle of 294.66º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9E19AB is Cyan = 0.08, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 25 | 171 | - |
| CMYK | 0.08 | 0.85 | 0 | 0.33 |
| HSL | 294.66º | 0.74% | 0.38% | - |
| HSV(B) | 294.66º | 0.85% | 0.67% | - |
| XYZ | 21.8 | 10.9 | 39.48 | - |
| YUV | 81.41 | 178.56 | 182.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 25 | 171 | 0.08 | 0.85 | 0 | 0.33 | 294.66 | 0.74 | 0.38 |
| Hex | 9E | 19 | AB | 8 | 55 | 0 | 21 | 127 | 4A | 26 |
| Octal | 236 | 31 | 253 | 10 | 125 | 0 | 41 | 447 | 112 | 46 |
| Binary | 10011110 | 11001 | 10101011 | 1000 | 1010101 | 0 | 100001 | 100100111 | 1001010 | 100110 |
Color Harmonies of #9E19AB
Complementary color
Monochromatic Colors of #9E19AB
Black with #9E19AB
Text Example
Text Example
White with #9E19AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E19AB; }
p { color: rgb(158,25,171); }
H1.HeaderClassName
{
color: #9E19AB;
}
.AnyTagClassName
{
color: #9E19AB;
}
</style>
background-color css
<style>
a { background-color: #9E19AB; }
a { background-color: rgb(158,25,171); }
div.DivClassName
{
background-color: #9E19AB;
}
.BgClassName
{
background-color: #9E19AB;
}
</style>
border-color css
<style>
span { border-color: #9E19AB; }
span { border-color: rgb(158,25,171); }
td.TdClassName
{
border-color: #9E19AB;
}
.TagClassName
{
border-color: #9E19AB;
}
</style>