Shades of Dark Magenta #9E1990
Tints of Dark Magenta #9E1990
RGB
CMYK
RGB Variations
Color information
#9E1990 (or 0x9E1990) is known color: Dark Magenta. HEX triplet: 9E, 19 and 90. RGB value is (158,25,144). Sum of RGB (Red+Green+Blue) = 158+25+144=327 (43% of max value = 765). Red value is 158 (62.11% from 255 or 48.32% from 327); Green value is 25 (10.16% from 255 or 7.65% from 327); Blue value is 144 (56.64% from 255 or 44.04% from 327); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1990 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E1990 is #61E66F. Grayscale: #4D4D4D. Windows color (decimal): -6415984 or 9443742. OLE color: 9443742.
HSL color Cylindrical-coordinate representation of color #9E1990: hue angle of 306.32º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9E1990 is Cyan = 0, Magento = 0.84, Yellow = 0.09 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 25 | 144 | - |
| CMYK | 0 | 0.84 | 0.09 | 0.38 |
| HSL | 306.32º | 0.73% | 0.36% | - |
| HSV(B) | 306.32º | 0.84% | 0.62% | - |
| XYZ | 19.48 | 9.98 | 27.28 | - |
| YUV | 78.33 | 165.06 | 184.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 25 | 144 | 0 | 0.84 | 0.09 | 0.38 | 306.32 | 0.73 | 0.36 |
| Hex | 9E | 19 | 90 | 0 | 54 | 9 | 26 | 132 | 49 | 24 |
| Octal | 236 | 31 | 220 | 0 | 124 | 11 | 46 | 462 | 111 | 44 |
| Binary | 10011110 | 11001 | 10010000 | 0 | 1010100 | 1001 | 100110 | 100110010 | 1001001 | 100100 |
Color Harmonies of #9E1990
Complementary color
Monochromatic Colors of #9E1990
Black with #9E1990
Text Example
Text Example
White with #9E1990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E1990; }
p { color: rgb(158,25,144); }
H1.HeaderClassName
{
color: #9E1990;
}
.AnyTagClassName
{
color: #9E1990;
}
</style>
background-color css
<style>
a { background-color: #9E1990; }
a { background-color: rgb(158,25,144); }
div.DivClassName
{
background-color: #9E1990;
}
.BgClassName
{
background-color: #9E1990;
}
</style>
border-color css
<style>
span { border-color: #9E1990; }
span { border-color: rgb(158,25,144); }
td.TdClassName
{
border-color: #9E1990;
}
.TagClassName
{
border-color: #9E1990;
}
</style>