Shades of Dark Magenta #9E1192
Tints of Dark Magenta #9E1192
RGB
CMYK
RGB Variations
Color information
#9E1192 (or 0x9E1192) is known color: Dark Magenta. HEX triplet: 9E, 11 and 92. RGB value is (158,17,146). Sum of RGB (Red+Green+Blue) = 158+17+146=321 (42% of max value = 765). Red value is 158 (62.11% from 255 or 49.22% from 321); Green value is 17 (7.03% from 255 or 5.30% from 321); Blue value is 146 (57.42% from 255 or 45.48% from 321); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1192 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E1192 is #61EE6D. Grayscale: #494949. Windows color (decimal): -6418030 or 9572766. OLE color: 9572766.
HSL color Cylindrical-coordinate representation of color #9E1192: hue angle of 305.11º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9E1192 is Cyan = 0, Magento = 0.89, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 17 | 146 | - |
| CMYK | 0 | 0.89 | 0.08 | 0.38 |
| HSL | 305.11º | 0.81% | 0.34% | - |
| HSV(B) | 305.11º | 0.89% | 0.62% | - |
| XYZ | 19.49 | 9.75 | 28.05 | - |
| YUV | 73.87 | 168.71 | 188.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 17 | 146 | 0 | 0.89 | 0.08 | 0.38 | 305.11 | 0.81 | 0.34 |
| Hex | 9E | 11 | 92 | 0 | 59 | 8 | 26 | 131 | 51 | 22 |
| Octal | 236 | 21 | 222 | 0 | 131 | 10 | 46 | 461 | 121 | 42 |
| Binary | 10011110 | 10001 | 10010010 | 0 | 1011001 | 1000 | 100110 | 100110001 | 1010001 | 100010 |
Color Harmonies of #9E1192
Complementary color
Monochromatic Colors of #9E1192
Black with #9E1192
Text Example
Text Example
White with #9E1192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E1192; }
p { color: rgb(158,17,146); }
H1.HeaderClassName
{
color: #9E1192;
}
.AnyTagClassName
{
color: #9E1192;
}
</style>
background-color css
<style>
a { background-color: #9E1192; }
a { background-color: rgb(158,17,146); }
div.DivClassName
{
background-color: #9E1192;
}
.BgClassName
{
background-color: #9E1192;
}
</style>
border-color css
<style>
span { border-color: #9E1192; }
span { border-color: rgb(158,17,146); }
td.TdClassName
{
border-color: #9E1192;
}
.TagClassName
{
border-color: #9E1192;
}
</style>