Shades of Dark Magenta #9C0789
Tints of Dark Magenta #9C0789
RGB
CMYK
RGB Variations
Color information
#9C0789 (or 0x9C0789) is known color: Dark Magenta. HEX triplet: 9C, 07 and 89. RGB value is (156,7,137). Sum of RGB (Red+Green+Blue) = 156+7+137=300 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52% from 300); Green value is 7 (3.12% from 255 or 2.33% from 300); Blue value is 137 (53.91% from 255 or 45.67% from 300); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0789 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C0789 is #63F876. Grayscale: #424242. Windows color (decimal): -6551671 or 8980380. OLE color: 8980380.
HSL color Cylindrical-coordinate representation of color #9C0789: hue angle of 307.65º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9C0789 is Cyan = 0, Magento = 0.96, Yellow = 0.12 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 7 | 137 | - |
| CMYK | 0 | 0.96 | 0.12 | 0.39 |
| HSL | 307.65º | 0.91% | 0.32% | - |
| HSV(B) | 307.65º | 0.96% | 0.61% | - |
| XYZ | 18.3 | 9.03 | 24.44 | - |
| YUV | 66.37 | 167.86 | 191.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 7 | 137 | 0 | 0.96 | 0.12 | 0.39 | 307.65 | 0.91 | 0.32 |
| Hex | 9C | 7 | 89 | 0 | 60 | C | 27 | 134 | 5B | 20 |
| Octal | 234 | 7 | 211 | 0 | 140 | 14 | 47 | 464 | 133 | 40 |
| Binary | 10011100 | 111 | 10001001 | 0 | 1100000 | 1100 | 100111 | 100110100 | 1011011 | 100000 |
Color Harmonies of #9C0789
Complementary color
Monochromatic Colors of #9C0789
Black with #9C0789
Text Example
Text Example
White with #9C0789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0789; }
p { color: rgb(156,7,137); }
H1.HeaderClassName
{
color: #9C0789;
}
.AnyTagClassName
{
color: #9C0789;
}
</style>
background-color css
<style>
a { background-color: #9C0789; }
a { background-color: rgb(156,7,137); }
div.DivClassName
{
background-color: #9C0789;
}
.BgClassName
{
background-color: #9C0789;
}
</style>
border-color css
<style>
span { border-color: #9C0789; }
span { border-color: rgb(156,7,137); }
td.TdClassName
{
border-color: #9C0789;
}
.TagClassName
{
border-color: #9C0789;
}
</style>