Shades of Dark Magenta #9E0798
Tints of Dark Magenta #9E0798
RGB
CMYK
RGB Variations
Color information
#9E0798 (or 0x9E0798) is known color: Dark Magenta. HEX triplet: 9E, 07 and 98. RGB value is (158,7,152). Sum of RGB (Red+Green+Blue) = 158+7+152=317 (41% of max value = 765). Red value is 158 (62.11% from 255 or 49.84% from 317); Green value is 7 (3.12% from 255 or 2.21% from 317); Blue value is 152 (59.77% from 255 or 47.95% from 317); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0798 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E0798 is #61F867. Grayscale: #444444. Windows color (decimal): -6420584 or 9963422. OLE color: 9963422.
HSL color Cylindrical-coordinate representation of color #9E0798: hue angle of 302.38º degrees, saturation: 0.92, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9E0798 is Cyan = 0, Magento = 0.96, Yellow = 0.04 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 7 | 152 | - |
| CMYK | 0 | 0.96 | 0.04 | 0.38 |
| HSL | 302.38º | 0.92% | 0.32% | - |
| HSV(B) | 302.38º | 0.96% | 0.62% | - |
| XYZ | 19.84 | 9.69 | 30.53 | - |
| YUV | 68.68 | 175.03 | 191.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 7 | 152 | 0 | 0.96 | 0.04 | 0.38 | 302.38 | 0.92 | 0.32 |
| Hex | 9E | 7 | 98 | 0 | 60 | 4 | 26 | 12E | 5C | 20 |
| Octal | 236 | 7 | 230 | 0 | 140 | 4 | 46 | 456 | 134 | 40 |
| Binary | 10011110 | 111 | 10011000 | 0 | 1100000 | 100 | 100110 | 100101110 | 1011100 | 100000 |
Color Harmonies of #9E0798
Complementary color
Monochromatic Colors of #9E0798
Black with #9E0798
Text Example
Text Example
White with #9E0798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E0798; }
p { color: rgb(158,7,152); }
H1.HeaderClassName
{
color: #9E0798;
}
.AnyTagClassName
{
color: #9E0798;
}
</style>
background-color css
<style>
a { background-color: #9E0798; }
a { background-color: rgb(158,7,152); }
div.DivClassName
{
background-color: #9E0798;
}
.BgClassName
{
background-color: #9E0798;
}
</style>
border-color css
<style>
span { border-color: #9E0798; }
span { border-color: rgb(158,7,152); }
td.TdClassName
{
border-color: #9E0798;
}
.TagClassName
{
border-color: #9E0798;
}
</style>