Shades of Dark Magenta #9E2199
Tints of Dark Magenta #9E2199
RGB
CMYK
RGB Variations
Color information
#9E2199 (or 0x9E2199) is known color: Dark Magenta. HEX triplet: 9E, 21 and 99. RGB value is (158,33,153). Sum of RGB (Red+Green+Blue) = 158+33+153=344 (45% of max value = 765). Red value is 158 (62.11% from 255 or 45.93% from 344); Green value is 33 (13.28% from 255 or 9.59% from 344); Blue value is 153 (60.16% from 255 or 44.48% from 344); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2199 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E2199 is #61DE66. Grayscale: #535353. Windows color (decimal): -6413927 or 10035614. OLE color: 10035614.
HSL color Cylindrical-coordinate representation of color #9E2199: hue angle of 302.4º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9E2199 is Cyan = 0, Magento = 0.79, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 33 | 153 | - |
| CMYK | 0 | 0.79 | 0.03 | 0.38 |
| HSL | 302.4º | 0.65% | 0.37% | - |
| HSV(B) | 302.4º | 0.79% | 0.62% | - |
| XYZ | 20.39 | 10.66 | 31.12 | - |
| YUV | 84.06 | 166.91 | 180.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 33 | 153 | 0 | 0.79 | 0.03 | 0.38 | 302.4 | 0.65 | 0.37 |
| Hex | 9E | 21 | 99 | 0 | 4F | 3 | 26 | 12E | 41 | 25 |
| Octal | 236 | 41 | 231 | 0 | 117 | 3 | 46 | 456 | 101 | 45 |
| Binary | 10011110 | 100001 | 10011001 | 0 | 1001111 | 11 | 100110 | 100101110 | 1000001 | 100101 |
Color Harmonies of #9E2199
Complementary color
Monochromatic Colors of #9E2199
Black with #9E2199
Text Example
Text Example
White with #9E2199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2199; }
p { color: rgb(158,33,153); }
H1.HeaderClassName
{
color: #9E2199;
}
.AnyTagClassName
{
color: #9E2199;
}
</style>
background-color css
<style>
a { background-color: #9E2199; }
a { background-color: rgb(158,33,153); }
div.DivClassName
{
background-color: #9E2199;
}
.BgClassName
{
background-color: #9E2199;
}
</style>
border-color css
<style>
span { border-color: #9E2199; }
span { border-color: rgb(158,33,153); }
td.TdClassName
{
border-color: #9E2199;
}
.TagClassName
{
border-color: #9E2199;
}
</style>