Shades of Dark Magenta #9E0789
Tints of Dark Magenta #9E0789
RGB
CMYK
RGB Variations
Color information
#9E0789 (or 0x9E0789) is known color: Dark Magenta. HEX triplet: 9E, 07 and 89. RGB value is (158,7,137). Sum of RGB (Red+Green+Blue) = 158+7+137=302 (40% of max value = 765). Red value is 158 (62.11% from 255 or 52.32% from 302); Green value is 7 (3.12% from 255 or 2.32% from 302); Blue value is 137 (53.91% from 255 or 45.36% from 302); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0789 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E0789 is #61F876. Grayscale: #424242. Windows color (decimal): -6420599 or 8980382. OLE color: 8980382.
HSL color Cylindrical-coordinate representation of color #9E0789: hue angle of 308.34º 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 #9E0789 is Cyan = 0, Magento = 0.96, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 7 | 137 | - |
| CMYK | 0 | 0.96 | 0.13 | 0.38 |
| HSL | 308.34º | 0.92% | 0.32% | - |
| HSV(B) | 308.34º | 0.96% | 0.62% | - |
| XYZ | 18.69 | 9.23 | 24.46 | - |
| YUV | 66.97 | 167.53 | 192.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 7 | 137 | 0 | 0.96 | 0.13 | 0.38 | 308.34 | 0.92 | 0.32 |
| Hex | 9E | 7 | 89 | 0 | 60 | D | 26 | 134 | 5C | 20 |
| Octal | 236 | 7 | 211 | 0 | 140 | 15 | 46 | 464 | 134 | 40 |
| Binary | 10011110 | 111 | 10001001 | 0 | 1100000 | 1101 | 100110 | 100110100 | 1011100 | 100000 |
Color Harmonies of #9E0789
Complementary color
Monochromatic Colors of #9E0789
Black with #9E0789
Text Example
Text Example
White with #9E0789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E0789; }
p { color: rgb(158,7,137); }
H1.HeaderClassName
{
color: #9E0789;
}
.AnyTagClassName
{
color: #9E0789;
}
</style>
background-color css
<style>
a { background-color: #9E0789; }
a { background-color: rgb(158,7,137); }
div.DivClassName
{
background-color: #9E0789;
}
.BgClassName
{
background-color: #9E0789;
}
</style>
border-color css
<style>
span { border-color: #9E0789; }
span { border-color: rgb(158,7,137); }
td.TdClassName
{
border-color: #9E0789;
}
.TagClassName
{
border-color: #9E0789;
}
</style>