Shades of Dark Magenta #9E04AB
Tints of Dark Magenta #9E04AB
RGB
CMYK
RGB Variations
Color information
#9E04AB (or 0x9E04AB) is known color: Dark Magenta. HEX triplet: 9E, 04 and AB. RGB value is (158,4,171). Sum of RGB (Red+Green+Blue) = 158+4+171=333 (44% of max value = 765). Red value is 158 (62.11% from 255 or 47.45% from 333); Green value is 4 (1.95% from 255 or 1.20% from 333); Blue value is 171 (67.19% from 255 or 51.35% from 333); Max value from RGB is 171 - color contains mainly: blue. Hex color #9E04AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E04AB is #61FB54. Grayscale: #444444. Windows color (decimal): -6421333 or 11207838. OLE color: 11207838.
HSL color Cylindrical-coordinate representation of color #9E04AB: hue angle of 295.33º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9E04AB is Cyan = 0.08, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 4 | 171 | - |
| CMYK | 0.08 | 0.98 | 0 | 0.33 |
| HSL | 295.33º | 0.95% | 0.34% | - |
| HSV(B) | 295.33º | 0.98% | 0.67% | - |
| XYZ | 21.49 | 10.3 | 39.38 | - |
| YUV | 69.08 | 185.52 | 191.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 4 | 171 | 0.08 | 0.98 | 0 | 0.33 | 295.33 | 0.95 | 0.34 |
| Hex | 9E | 4 | AB | 8 | 62 | 0 | 21 | 127 | 5F | 22 |
| Octal | 236 | 4 | 253 | 10 | 142 | 0 | 41 | 447 | 137 | 42 |
| Binary | 10011110 | 100 | 10101011 | 1000 | 1100010 | 0 | 100001 | 100100111 | 1011111 | 100010 |
Color Harmonies of #9E04AB
Complementary color
Monochromatic Colors of #9E04AB
Black with #9E04AB
Text Example
Text Example
White with #9E04AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E04AB; }
p { color: rgb(158,4,171); }
H1.HeaderClassName
{
color: #9E04AB;
}
.AnyTagClassName
{
color: #9E04AB;
}
</style>
background-color css
<style>
a { background-color: #9E04AB; }
a { background-color: rgb(158,4,171); }
div.DivClassName
{
background-color: #9E04AB;
}
.BgClassName
{
background-color: #9E04AB;
}
</style>
border-color css
<style>
span { border-color: #9E04AB; }
span { border-color: rgb(158,4,171); }
td.TdClassName
{
border-color: #9E04AB;
}
.TagClassName
{
border-color: #9E04AB;
}
</style>