Shades of Dark Magenta #9C0780
Tints of Dark Magenta #9C0780
RGB
CMYK
RGB Variations
Color information
#9C0780 (or 0x9C0780) is known color: Dark Magenta. HEX triplet: 9C, 07 and 80. RGB value is (156,7,128). Sum of RGB (Red+Green+Blue) = 156+7+128=291 (38% of max value = 765). Red value is 156 (61.33% from 255 or 53.61% from 291); Green value is 7 (3.12% from 255 or 2.41% from 291); Blue value is 128 (50.39% from 255 or 43.99% from 291); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0780 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C0780 is #63F87F. Grayscale: #414141. Windows color (decimal): -6551680 or 8390556. OLE color: 8390556.
HSL color Cylindrical-coordinate representation of color #9C0780: hue angle of 311.28º 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 #9C0780 is Cyan = 0, Magento = 0.96, Yellow = 0.18 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 7 | 128 | - |
| CMYK | 0 | 0.96 | 0.18 | 0.39 |
| HSL | 311.28º | 0.91% | 0.32% | - |
| HSV(B) | 311.28º | 0.96% | 0.61% | - |
| XYZ | 17.68 | 8.78 | 21.18 | - |
| YUV | 65.35 | 163.36 | 192.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 7 | 128 | 0 | 0.96 | 0.18 | 0.39 | 311.28 | 0.91 | 0.32 |
| Hex | 9C | 7 | 80 | 0 | 60 | 12 | 27 | 137 | 5B | 20 |
| Octal | 234 | 7 | 200 | 0 | 140 | 22 | 47 | 467 | 133 | 40 |
| Binary | 10011100 | 111 | 10000000 | 0 | 1100000 | 10010 | 100111 | 100110111 | 1011011 | 100000 |
Color Harmonies of #9C0780
Complementary color
Monochromatic Colors of #9C0780
Black with #9C0780
Text Example
Text Example
White with #9C0780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0780; }
p { color: rgb(156,7,128); }
H1.HeaderClassName
{
color: #9C0780;
}
.AnyTagClassName
{
color: #9C0780;
}
</style>
background-color css
<style>
a { background-color: #9C0780; }
a { background-color: rgb(156,7,128); }
div.DivClassName
{
background-color: #9C0780;
}
.BgClassName
{
background-color: #9C0780;
}
</style>
border-color css
<style>
span { border-color: #9C0780; }
span { border-color: rgb(156,7,128); }
td.TdClassName
{
border-color: #9C0780;
}
.TagClassName
{
border-color: #9C0780;
}
</style>