Shades of Dark Magenta #9E0292
Tints of Dark Magenta #9E0292
RGB
CMYK
RGB Variations
Color information
#9E0292 (or 0x9E0292) is known color: Dark Magenta. HEX triplet: 9E, 02 and 92. RGB value is (158,2,146). Sum of RGB (Red+Green+Blue) = 158+2+146=306 (40% of max value = 765). Red value is 158 (62.11% from 255 or 51.63% from 306); Green value is 2 (1.17% from 255 or 0.65% from 306); Blue value is 146 (57.42% from 255 or 47.71% from 306); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0292 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E0292 is #61FD6D. Grayscale: #404040. Windows color (decimal): -6421870 or 9568926. OLE color: 9568926.
HSL color Cylindrical-coordinate representation of color #9E0292: hue angle of 304.62º degrees, saturation: 0.98, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9E0292 is Cyan = 0, Magento = 0.99, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 2 | 146 | - |
| CMYK | 0 | 0.99 | 0.08 | 0.38 |
| HSL | 304.62º | 0.98% | 0.31% | - |
| HSV(B) | 304.62º | 0.99% | 0.62% | - |
| XYZ | 19.31 | 9.39 | 27.99 | - |
| YUV | 65.06 | 173.68 | 194.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 2 | 146 | 0 | 0.99 | 0.08 | 0.38 | 304.62 | 0.98 | 0.31 |
| Hex | 9E | 2 | 92 | 0 | 63 | 8 | 26 | 131 | 62 | 1F |
| Octal | 236 | 2 | 222 | 0 | 143 | 10 | 46 | 461 | 142 | 37 |
| Binary | 10011110 | 10 | 10010010 | 0 | 1100011 | 1000 | 100110 | 100110001 | 1100010 | 11111 |
Color Harmonies of #9E0292
Complementary color
Monochromatic Colors of #9E0292
Black with #9E0292
Text Example
Text Example
White with #9E0292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E0292; }
p { color: rgb(158,2,146); }
H1.HeaderClassName
{
color: #9E0292;
}
.AnyTagClassName
{
color: #9E0292;
}
</style>
background-color css
<style>
a { background-color: #9E0292; }
a { background-color: rgb(158,2,146); }
div.DivClassName
{
background-color: #9E0292;
}
.BgClassName
{
background-color: #9E0292;
}
</style>
border-color css
<style>
span { border-color: #9E0292; }
span { border-color: rgb(158,2,146); }
td.TdClassName
{
border-color: #9E0292;
}
.TagClassName
{
border-color: #9E0292;
}
</style>