Shades of Dark Magenta #9E1998
Tints of Dark Magenta #9E1998
RGB
CMYK
RGB Variations
Color information
#9E1998 (or 0x9E1998) is known color: Dark Magenta. HEX triplet: 9E, 19 and 98. RGB value is (158,25,152). Sum of RGB (Red+Green+Blue) = 158+25+152=335 (44% of max value = 765). Red value is 158 (62.11% from 255 or 47.16% from 335); Green value is 25 (10.16% from 255 or 7.46% from 335); Blue value is 152 (59.77% from 255 or 45.37% from 335); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1998 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E1998 is #61E667. Grayscale: #4E4E4E. Windows color (decimal): -6415976 or 9968030. OLE color: 9968030.
HSL color Cylindrical-coordinate representation of color #9E1998: hue angle of 302.71º 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 #9E1998 is Cyan = 0, Magento = 0.84, Yellow = 0.04 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 25 | 152 | - |
| CMYK | 0 | 0.84 | 0.04 | 0.38 |
| HSL | 302.71º | 0.73% | 0.36% | - |
| HSV(B) | 302.71º | 0.84% | 0.62% | - |
| XYZ | 20.12 | 10.23 | 30.62 | - |
| YUV | 79.25 | 169.06 | 184.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 25 | 152 | 0 | 0.84 | 0.04 | 0.38 | 302.71 | 0.73 | 0.36 |
| Hex | 9E | 19 | 98 | 0 | 54 | 4 | 26 | 12F | 49 | 24 |
| Octal | 236 | 31 | 230 | 0 | 124 | 4 | 46 | 457 | 111 | 44 |
| Binary | 10011110 | 11001 | 10011000 | 0 | 1010100 | 100 | 100110 | 100101111 | 1001001 | 100100 |
Color Harmonies of #9E1998
Complementary color
Monochromatic Colors of #9E1998
Black with #9E1998
Text Example
Text Example
White with #9E1998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E1998; }
p { color: rgb(158,25,152); }
H1.HeaderClassName
{
color: #9E1998;
}
.AnyTagClassName
{
color: #9E1998;
}
</style>
background-color css
<style>
a { background-color: #9E1998; }
a { background-color: rgb(158,25,152); }
div.DivClassName
{
background-color: #9E1998;
}
.BgClassName
{
background-color: #9E1998;
}
</style>
border-color css
<style>
span { border-color: #9E1998; }
span { border-color: rgb(158,25,152); }
td.TdClassName
{
border-color: #9E1998;
}
.TagClassName
{
border-color: #9E1998;
}
</style>