Shades of Dark Magenta #9D0789
Tints of Dark Magenta #9D0789
RGB
CMYK
RGB Variations
Color information
#9D0789 (or 0x9D0789) is known color: Dark Magenta. HEX triplet: 9D, 07 and 89. RGB value is (157,7,137). Sum of RGB (Red+Green+Blue) = 157+7+137=301 (39% of max value = 765). Red value is 157 (61.72% from 255 or 52.16% from 301); Green value is 7 (3.12% from 255 or 2.33% from 301); Blue value is 137 (53.91% from 255 or 45.51% from 301); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0789 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D0789 is #62F876. Grayscale: #424242. Windows color (decimal): -6486135 or 8980381. OLE color: 8980381.
HSL color Cylindrical-coordinate representation of color #9D0789: hue angle of 308º degrees, saturation: 0.91, 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 #9D0789 is Cyan = 0, Magento = 0.96, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 7 | 137 | - |
| CMYK | 0 | 0.96 | 0.13 | 0.38 |
| HSL | 308º | 0.91% | 0.32% | - |
| HSV(B) | 308º | 0.96% | 0.62% | - |
| XYZ | 18.5 | 9.13 | 24.45 | - |
| YUV | 66.67 | 167.7 | 192.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 7 | 137 | 0 | 0.96 | 0.13 | 0.38 | 308 | 0.91 | 0.32 |
| Hex | 9D | 7 | 89 | 0 | 60 | D | 26 | 134 | 5B | 20 |
| Octal | 235 | 7 | 211 | 0 | 140 | 15 | 46 | 464 | 133 | 40 |
| Binary | 10011101 | 111 | 10001001 | 0 | 1100000 | 1101 | 100110 | 100110100 | 1011011 | 100000 |
Color Harmonies of #9D0789
Complementary color
Monochromatic Colors of #9D0789
Black with #9D0789
Text Example
Text Example
White with #9D0789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0789; }
p { color: rgb(157,7,137); }
H1.HeaderClassName
{
color: #9D0789;
}
.AnyTagClassName
{
color: #9D0789;
}
</style>
background-color css
<style>
a { background-color: #9D0789; }
a { background-color: rgb(157,7,137); }
div.DivClassName
{
background-color: #9D0789;
}
.BgClassName
{
background-color: #9D0789;
}
</style>
border-color css
<style>
span { border-color: #9D0789; }
span { border-color: rgb(157,7,137); }
td.TdClassName
{
border-color: #9D0789;
}
.TagClassName
{
border-color: #9D0789;
}
</style>