Shades of Dark Magenta #9E01AB
Tints of Dark Magenta #9E01AB
RGB
CMYK
RGB Variations
Color information
#9E01AB (or 0x9E01AB) is known color: Dark Magenta. HEX triplet: 9E, 01 and AB. RGB value is (158,1,171). Sum of RGB (Red+Green+Blue) = 158+1+171=330 (43% of max value = 765). Red value is 158 (62.11% from 255 or 47.88% from 330); Green value is 1 (0.78% from 255 or 0.30% from 330); Blue value is 171 (67.19% from 255 or 51.82% from 330); Max value from RGB is 171 - color contains mainly: blue. Hex color #9E01AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E01AB is #61FE54. Grayscale: #424242. Windows color (decimal): -6422101 or 11207070. OLE color: 11207070.
HSL color Cylindrical-coordinate representation of color #9E01AB: hue angle of 295.41º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9E01AB is Cyan = 0.08, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 1 | 171 | - |
| CMYK | 0.08 | 0.99 | 0 | 0.33 |
| HSL | 295.41º | 0.99% | 0.34% | - |
| HSV(B) | 295.41º | 0.99% | 0.67% | - |
| XYZ | 21.46 | 10.23 | 39.37 | - |
| YUV | 67.32 | 186.51 | 192.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 1 | 171 | 0.08 | 0.99 | 0 | 0.33 | 295.41 | 0.99 | 0.34 |
| Hex | 9E | 1 | AB | 8 | 63 | 0 | 21 | 127 | 63 | 22 |
| Octal | 236 | 1 | 253 | 10 | 143 | 0 | 41 | 447 | 143 | 42 |
| Binary | 10011110 | 1 | 10101011 | 1000 | 1100011 | 0 | 100001 | 100100111 | 1100011 | 100010 |
Color Harmonies of #9E01AB
Complementary color
Monochromatic Colors of #9E01AB
Black with #9E01AB
Text Example
Text Example
White with #9E01AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E01AB; }
p { color: rgb(158,1,171); }
H1.HeaderClassName
{
color: #9E01AB;
}
.AnyTagClassName
{
color: #9E01AB;
}
</style>
background-color css
<style>
a { background-color: #9E01AB; }
a { background-color: rgb(158,1,171); }
div.DivClassName
{
background-color: #9E01AB;
}
.BgClassName
{
background-color: #9E01AB;
}
</style>
border-color css
<style>
span { border-color: #9E01AB; }
span { border-color: rgb(158,1,171); }
td.TdClassName
{
border-color: #9E01AB;
}
.TagClassName
{
border-color: #9E01AB;
}
</style>