Shades of Dark Magenta #9E199B
Tints of Dark Magenta #9E199B
RGB
CMYK
RGB Variations
Color information
#9E199B (or 0x9E199B) is known color: Dark Magenta. HEX triplet: 9E, 19 and 9B. RGB value is (158,25,155). Sum of RGB (Red+Green+Blue) = 158+25+155=338 (44% of max value = 765). Red value is 158 (62.11% from 255 or 46.75% from 338); Green value is 25 (10.16% from 255 or 7.40% from 338); Blue value is 155 (60.94% from 255 or 45.86% from 338); Max value from RGB is 158 - color contains mainly: red. Hex color #9E199B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E199B is #61E664. Grayscale: #4F4F4F. Windows color (decimal): -6415973 or 10164638. OLE color: 10164638.
HSL color Cylindrical-coordinate representation of color #9E199B: hue angle of 301.35º 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 #9E199B is Cyan = 0, Magento = 0.84, Yellow = 0.02 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 25 | 155 | - |
| CMYK | 0 | 0.84 | 0.02 | 0.38 |
| HSL | 301.35º | 0.73% | 0.36% | - |
| HSV(B) | 301.35º | 0.84% | 0.62% | - |
| XYZ | 20.36 | 10.33 | 31.93 | - |
| YUV | 79.59 | 170.56 | 183.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 25 | 155 | 0 | 0.84 | 0.02 | 0.38 | 301.35 | 0.73 | 0.36 |
| Hex | 9E | 19 | 9B | 0 | 54 | 2 | 26 | 12D | 49 | 24 |
| Octal | 236 | 31 | 233 | 0 | 124 | 2 | 46 | 455 | 111 | 44 |
| Binary | 10011110 | 11001 | 10011011 | 0 | 1010100 | 10 | 100110 | 100101101 | 1001001 | 100100 |
Color Harmonies of #9E199B
Complementary color
Monochromatic Colors of #9E199B
Black with #9E199B
Text Example
Text Example
White with #9E199B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E199B; }
p { color: rgb(158,25,155); }
H1.HeaderClassName
{
color: #9E199B;
}
.AnyTagClassName
{
color: #9E199B;
}
</style>
background-color css
<style>
a { background-color: #9E199B; }
a { background-color: rgb(158,25,155); }
div.DivClassName
{
background-color: #9E199B;
}
.BgClassName
{
background-color: #9E199B;
}
</style>
border-color css
<style>
span { border-color: #9E199B; }
span { border-color: rgb(158,25,155); }
td.TdClassName
{
border-color: #9E199B;
}
.TagClassName
{
border-color: #9E199B;
}
</style>