Shades of Dark Magenta #9E02AB
Tints of Dark Magenta #9E02AB
RGB
CMYK
RGB Variations
Color information
#9E02AB (or 0x9E02AB) is known color: Dark Magenta. HEX triplet: 9E, 02 and AB. RGB value is (158,2,171). Sum of RGB (Red+Green+Blue) = 158+2+171=331 (43% of max value = 765). Red value is 158 (62.11% from 255 or 47.73% from 331); Green value is 2 (1.17% from 255 or 0.60% from 331); Blue value is 171 (67.19% from 255 or 51.66% from 331); Max value from RGB is 171 - color contains mainly: blue. Hex color #9E02AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E02AB is #61FD54. Grayscale: #434343. Windows color (decimal): -6421845 or 11207326. OLE color: 11207326.
HSL color Cylindrical-coordinate representation of color #9E02AB: hue angle of 295.38º degrees, saturation: 0.98, 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 #9E02AB is Cyan = 0.08, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 2 | 171 | - |
| CMYK | 0.08 | 0.99 | 0 | 0.33 |
| HSL | 295.38º | 0.98% | 0.34% | - |
| HSV(B) | 295.38º | 0.99% | 0.67% | - |
| XYZ | 21.47 | 10.25 | 39.38 | - |
| YUV | 67.91 | 186.18 | 192.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 2 | 171 | 0.08 | 0.99 | 0 | 0.33 | 295.38 | 0.98 | 0.34 |
| Hex | 9E | 2 | AB | 8 | 63 | 0 | 21 | 127 | 62 | 22 |
| Octal | 236 | 2 | 253 | 10 | 143 | 0 | 41 | 447 | 142 | 42 |
| Binary | 10011110 | 10 | 10101011 | 1000 | 1100011 | 0 | 100001 | 100100111 | 1100010 | 100010 |
Color Harmonies of #9E02AB
Complementary color
Monochromatic Colors of #9E02AB
Black with #9E02AB
Text Example
Text Example
White with #9E02AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E02AB; }
p { color: rgb(158,2,171); }
H1.HeaderClassName
{
color: #9E02AB;
}
.AnyTagClassName
{
color: #9E02AB;
}
</style>
background-color css
<style>
a { background-color: #9E02AB; }
a { background-color: rgb(158,2,171); }
div.DivClassName
{
background-color: #9E02AB;
}
.BgClassName
{
background-color: #9E02AB;
}
</style>
border-color css
<style>
span { border-color: #9E02AB; }
span { border-color: rgb(158,2,171); }
td.TdClassName
{
border-color: #9E02AB;
}
.TagClassName
{
border-color: #9E02AB;
}
</style>