Shades of Dark Magenta #9E0594
Tints of Dark Magenta #9E0594
RGB
CMYK
RGB Variations
Color information
#9E0594 (or 0x9E0594) is known color: Dark Magenta. HEX triplet: 9E, 05 and 94. RGB value is (158,5,148). Sum of RGB (Red+Green+Blue) = 158+5+148=311 (41% of max value = 765). Red value is 158 (62.11% from 255 or 50.80% from 311); Green value is 5 (2.34% from 255 or 1.61% from 311); Blue value is 148 (58.20% from 255 or 47.59% from 311); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0594 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E0594 is #61FA6B. Grayscale: #424242. Windows color (decimal): -6421100 or 9700766. OLE color: 9700766.
HSL color Cylindrical-coordinate representation of color #9E0594: hue angle of 303.92º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9E0594 is Cyan = 0, Magento = 0.97, Yellow = 0.06 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 5 | 148 | - |
| CMYK | 0 | 0.97 | 0.06 | 0.38 |
| HSL | 303.92º | 0.94% | 0.32% | - |
| HSV(B) | 303.92º | 0.97% | 0.62% | - |
| XYZ | 19.5 | 9.52 | 28.83 | - |
| YUV | 67.05 | 173.69 | 192.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 5 | 148 | 0 | 0.97 | 0.06 | 0.38 | 303.92 | 0.94 | 0.32 |
| Hex | 9E | 5 | 94 | 0 | 61 | 6 | 26 | 130 | 5E | 20 |
| Octal | 236 | 5 | 224 | 0 | 141 | 6 | 46 | 460 | 136 | 40 |
| Binary | 10011110 | 101 | 10010100 | 0 | 1100001 | 110 | 100110 | 100110000 | 1011110 | 100000 |
Color Harmonies of #9E0594
Complementary color
Monochromatic Colors of #9E0594
Black with #9E0594
Text Example
Text Example
White with #9E0594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E0594; }
p { color: rgb(158,5,148); }
H1.HeaderClassName
{
color: #9E0594;
}
.AnyTagClassName
{
color: #9E0594;
}
</style>
background-color css
<style>
a { background-color: #9E0594; }
a { background-color: rgb(158,5,148); }
div.DivClassName
{
background-color: #9E0594;
}
.BgClassName
{
background-color: #9E0594;
}
</style>
border-color css
<style>
span { border-color: #9E0594; }
span { border-color: rgb(158,5,148); }
td.TdClassName
{
border-color: #9E0594;
}
.TagClassName
{
border-color: #9E0594;
}
</style>