Shades of Dark Magenta #9C0C83
Tints of Dark Magenta #9C0C83
RGB
CMYK
RGB Variations
Color information
#9C0C83 (or 0x9C0C83) is known color: Dark Magenta. HEX triplet: 9C, 0C and 83. RGB value is (156,12,131). Sum of RGB (Red+Green+Blue) = 156+12+131=299 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52.17% from 299); Green value is 12 (5.08% from 255 or 4.01% from 299); Blue value is 131 (51.56% from 255 or 43.81% from 299); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0C83 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C0C83 is #63F37C. Grayscale: #444444. Windows color (decimal): -6550397 or 8588444. OLE color: 8588444.
HSL color Cylindrical-coordinate representation of color #9C0C83: hue angle of 310.42º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9C0C83 is Cyan = 0, Magento = 0.92, Yellow = 0.16 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 12 | 131 | - |
| CMYK | 0 | 0.92 | 0.16 | 0.39 |
| HSL | 310.42º | 0.86% | 0.33% | - |
| HSV(B) | 310.42º | 0.92% | 0.61% | - |
| XYZ | 17.94 | 8.97 | 22.26 | - |
| YUV | 68.62 | 163.21 | 190.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 12 | 131 | 0 | 0.92 | 0.16 | 0.39 | 310.42 | 0.86 | 0.33 |
| Hex | 9C | C | 83 | 0 | 5C | 10 | 27 | 136 | 56 | 21 |
| Octal | 234 | 14 | 203 | 0 | 134 | 20 | 47 | 466 | 126 | 41 |
| Binary | 10011100 | 1100 | 10000011 | 0 | 1011100 | 10000 | 100111 | 100110110 | 1010110 | 100001 |
Color Harmonies of #9C0C83
Complementary color
Monochromatic Colors of #9C0C83
Black with #9C0C83
Text Example
Text Example
White with #9C0C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0C83; }
p { color: rgb(156,12,131); }
H1.HeaderClassName
{
color: #9C0C83;
}
.AnyTagClassName
{
color: #9C0C83;
}
</style>
background-color css
<style>
a { background-color: #9C0C83; }
a { background-color: rgb(156,12,131); }
div.DivClassName
{
background-color: #9C0C83;
}
.BgClassName
{
background-color: #9C0C83;
}
</style>
border-color css
<style>
span { border-color: #9C0C83; }
span { border-color: rgb(156,12,131); }
td.TdClassName
{
border-color: #9C0C83;
}
.TagClassName
{
border-color: #9C0C83;
}
</style>