Shades of Dark Magenta #9C0786
Tints of Dark Magenta #9C0786
RGB
CMYK
RGB Variations
Color information
#9C0786 (or 0x9C0786) is known color: Dark Magenta. HEX triplet: 9C, 07 and 86. RGB value is (156,7,134). Sum of RGB (Red+Green+Blue) = 156+7+134=297 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52.53% from 297); Green value is 7 (3.12% from 255 or 2.36% from 297); Blue value is 134 (52.73% from 255 or 45.12% from 297); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0786 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C0786 is #63F879. Grayscale: #414141. Windows color (decimal): -6551674 or 8783772. OLE color: 8783772.
HSL color Cylindrical-coordinate representation of color #9C0786: hue angle of 308.86º 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 #9C0786 is Cyan = 0, Magento = 0.96, Yellow = 0.14 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 7 | 134 | - |
| CMYK | 0 | 0.96 | 0.14 | 0.39 |
| HSL | 308.86º | 0.91% | 0.32% | - |
| HSV(B) | 308.86º | 0.96% | 0.61% | - |
| XYZ | 18.09 | 8.94 | 23.33 | - |
| YUV | 66.03 | 166.36 | 192.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 7 | 134 | 0 | 0.96 | 0.14 | 0.39 | 308.86 | 0.91 | 0.32 |
| Hex | 9C | 7 | 86 | 0 | 60 | E | 27 | 135 | 5B | 20 |
| Octal | 234 | 7 | 206 | 0 | 140 | 16 | 47 | 465 | 133 | 40 |
| Binary | 10011100 | 111 | 10000110 | 0 | 1100000 | 1110 | 100111 | 100110101 | 1011011 | 100000 |
Color Harmonies of #9C0786
Complementary color
Monochromatic Colors of #9C0786
Black with #9C0786
Text Example
Text Example
White with #9C0786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0786; }
p { color: rgb(156,7,134); }
H1.HeaderClassName
{
color: #9C0786;
}
.AnyTagClassName
{
color: #9C0786;
}
</style>
background-color css
<style>
a { background-color: #9C0786; }
a { background-color: rgb(156,7,134); }
div.DivClassName
{
background-color: #9C0786;
}
.BgClassName
{
background-color: #9C0786;
}
</style>
border-color css
<style>
span { border-color: #9C0786; }
span { border-color: rgb(156,7,134); }
td.TdClassName
{
border-color: #9C0786;
}
.TagClassName
{
border-color: #9C0786;
}
</style>