Shades of Dark Magenta #9E0598
Tints of Dark Magenta #9E0598
RGB
CMYK
RGB Variations
Color information
#9E0598 (or 0x9E0598) is known color: Dark Magenta. HEX triplet: 9E, 05 and 98. RGB value is (158,5,152). Sum of RGB (Red+Green+Blue) = 158+5+152=315 (41% of max value = 765). Red value is 158 (62.11% from 255 or 50.16% from 315); Green value is 5 (2.34% from 255 or 1.59% from 315); Blue value is 152 (59.77% from 255 or 48.25% from 315); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0598 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E0598 is #61FA67. Grayscale: #434343. Windows color (decimal): -6421096 or 9962910. OLE color: 9962910.
HSL color Cylindrical-coordinate representation of color #9E0598: hue angle of 302.35º 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 #9E0598 is Cyan = 0, Magento = 0.97, Yellow = 0.04 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 5 | 152 | - |
| CMYK | 0 | 0.97 | 0.04 | 0.38 |
| HSL | 302.35º | 0.94% | 0.32% | - |
| HSV(B) | 302.35º | 0.97% | 0.62% | - |
| XYZ | 19.82 | 9.64 | 30.52 | - |
| YUV | 67.51 | 175.69 | 192.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 5 | 152 | 0 | 0.97 | 0.04 | 0.38 | 302.35 | 0.94 | 0.32 |
| Hex | 9E | 5 | 98 | 0 | 61 | 4 | 26 | 12E | 5E | 20 |
| Octal | 236 | 5 | 230 | 0 | 141 | 4 | 46 | 456 | 136 | 40 |
| Binary | 10011110 | 101 | 10011000 | 0 | 1100001 | 100 | 100110 | 100101110 | 1011110 | 100000 |
Color Harmonies of #9E0598
Complementary color
Monochromatic Colors of #9E0598
Black with #9E0598
Text Example
Text Example
White with #9E0598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E0598; }
p { color: rgb(158,5,152); }
H1.HeaderClassName
{
color: #9E0598;
}
.AnyTagClassName
{
color: #9E0598;
}
</style>
background-color css
<style>
a { background-color: #9E0598; }
a { background-color: rgb(158,5,152); }
div.DivClassName
{
background-color: #9E0598;
}
.BgClassName
{
background-color: #9E0598;
}
</style>
border-color css
<style>
span { border-color: #9E0598; }
span { border-color: rgb(158,5,152); }
td.TdClassName
{
border-color: #9E0598;
}
.TagClassName
{
border-color: #9E0598;
}
</style>