Shades of Dark Magenta #9E1489
Tints of Dark Magenta #9E1489
RGB
CMYK
RGB Variations
Color information
#9E1489 (or 0x9E1489) is known color: Dark Magenta. HEX triplet: 9E, 14 and 89. RGB value is (158,20,137). Sum of RGB (Red+Green+Blue) = 158+20+137=315 (41% of max value = 765). Red value is 158 (62.11% from 255 or 50.16% from 315); Green value is 20 (8.20% from 255 or 6.35% from 315); Blue value is 137 (53.91% from 255 or 43.49% from 315); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1489 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E1489 is #61EB76. Grayscale: #4A4A4A. Windows color (decimal): -6417271 or 8983710. OLE color: 8983710.
HSL color Cylindrical-coordinate representation of color #9E1489: hue angle of 309.13º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9E1489 is Cyan = 0, Magento = 0.87, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 20 | 137 | - |
| CMYK | 0 | 0.87 | 0.13 | 0.38 |
| HSL | 309.13º | 0.78% | 0.35% | - |
| HSV(B) | 309.13º | 0.87% | 0.62% | - |
| XYZ | 18.87 | 9.58 | 24.52 | - |
| YUV | 74.6 | 163.22 | 187.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 20 | 137 | 0 | 0.87 | 0.13 | 0.38 | 309.13 | 0.78 | 0.35 |
| Hex | 9E | 14 | 89 | 0 | 57 | D | 26 | 135 | 4E | 23 |
| Octal | 236 | 24 | 211 | 0 | 127 | 15 | 46 | 465 | 116 | 43 |
| Binary | 10011110 | 10100 | 10001001 | 0 | 1010111 | 1101 | 100110 | 100110101 | 1001110 | 100011 |
Color Harmonies of #9E1489
Complementary color
Monochromatic Colors of #9E1489
Black with #9E1489
Text Example
Text Example
White with #9E1489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E1489; }
p { color: rgb(158,20,137); }
H1.HeaderClassName
{
color: #9E1489;
}
.AnyTagClassName
{
color: #9E1489;
}
</style>
background-color css
<style>
a { background-color: #9E1489; }
a { background-color: rgb(158,20,137); }
div.DivClassName
{
background-color: #9E1489;
}
.BgClassName
{
background-color: #9E1489;
}
</style>
border-color css
<style>
span { border-color: #9E1489; }
span { border-color: rgb(158,20,137); }
td.TdClassName
{
border-color: #9E1489;
}
.TagClassName
{
border-color: #9E1489;
}
</style>