Shades of Dark Magenta #9C0C8D
Tints of Dark Magenta #9C0C8D
RGB
CMYK
RGB Variations
Color information
#9C0C8D (or 0x9C0C8D) is known color: Dark Magenta. HEX triplet: 9C, 0C and 8D. RGB value is (156,12,141). Sum of RGB (Red+Green+Blue) = 156+12+141=309 (40% of max value = 765). Red value is 156 (61.33% from 255 or 50.49% from 309); Green value is 12 (5.08% from 255 or 3.88% from 309); Blue value is 141 (55.47% from 255 or 45.63% from 309); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0C8D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C0C8D is #63F372. Grayscale: #454545. Windows color (decimal): -6550387 or 9243804. OLE color: 9243804.
HSL color Cylindrical-coordinate representation of color #9C0C8D: hue angle of 306.25º 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 #9C0C8D is Cyan = 0, Magento = 0.92, Yellow = 0.10 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 12 | 141 | - |
| CMYK | 0 | 0.92 | 0.10 | 0.39 |
| HSL | 306.25º | 0.86% | 0.33% | - |
| HSV(B) | 306.25º | 0.92% | 0.61% | - |
| XYZ | 18.65 | 9.25 | 26 | - |
| YUV | 69.76 | 168.21 | 189.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 12 | 141 | 0 | 0.92 | 0.10 | 0.39 | 306.25 | 0.86 | 0.33 |
| Hex | 9C | C | 8D | 0 | 5C | A | 27 | 132 | 56 | 21 |
| Octal | 234 | 14 | 215 | 0 | 134 | 12 | 47 | 462 | 126 | 41 |
| Binary | 10011100 | 1100 | 10001101 | 0 | 1011100 | 1010 | 100111 | 100110010 | 1010110 | 100001 |
Color Harmonies of #9C0C8D
Complementary color
Monochromatic Colors of #9C0C8D
Black with #9C0C8D
Text Example
Text Example
White with #9C0C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0C8D; }
p { color: rgb(156,12,141); }
H1.HeaderClassName
{
color: #9C0C8D;
}
.AnyTagClassName
{
color: #9C0C8D;
}
</style>
background-color css
<style>
a { background-color: #9C0C8D; }
a { background-color: rgb(156,12,141); }
div.DivClassName
{
background-color: #9C0C8D;
}
.BgClassName
{
background-color: #9C0C8D;
}
</style>
border-color css
<style>
span { border-color: #9C0C8D; }
span { border-color: rgb(156,12,141); }
td.TdClassName
{
border-color: #9C0C8D;
}
.TagClassName
{
border-color: #9C0C8D;
}
</style>