Shades of Dark Magenta #9C0C8A
Tints of Dark Magenta #9C0C8A
RGB
CMYK
RGB Variations
Color information
#9C0C8A (or 0x9C0C8A) is known color: Dark Magenta. HEX triplet: 9C, 0C and 8A. RGB value is (156,12,138). Sum of RGB (Red+Green+Blue) = 156+12+138=306 (40% of max value = 765). Red value is 156 (61.33% from 255 or 50.98% from 306); Green value is 12 (5.08% from 255 or 3.92% from 306); Blue value is 138 (54.30% from 255 or 45.10% from 306); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0C8A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C0C8A is #63F375. Grayscale: #454545. Windows color (decimal): -6550390 or 9047196. OLE color: 9047196.
HSL color Cylindrical-coordinate representation of color #9C0C8A: hue angle of 307.5º 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 #9C0C8A is Cyan = 0, Magento = 0.92, Yellow = 0.12 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 12 | 138 | - |
| CMYK | 0 | 0.92 | 0.12 | 0.39 |
| HSL | 307.5º | 0.86% | 0.33% | - |
| HSV(B) | 307.5º | 0.92% | 0.61% | - |
| XYZ | 18.43 | 9.17 | 24.84 | - |
| YUV | 69.42 | 166.71 | 189.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 12 | 138 | 0 | 0.92 | 0.12 | 0.39 | 307.5 | 0.86 | 0.33 |
| Hex | 9C | C | 8A | 0 | 5C | C | 27 | 134 | 56 | 21 |
| Octal | 234 | 14 | 212 | 0 | 134 | 14 | 47 | 464 | 126 | 41 |
| Binary | 10011100 | 1100 | 10001010 | 0 | 1011100 | 1100 | 100111 | 100110100 | 1010110 | 100001 |
Color Harmonies of #9C0C8A
Complementary color
Monochromatic Colors of #9C0C8A
Black with #9C0C8A
Text Example
Text Example
White with #9C0C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0C8A; }
p { color: rgb(156,12,138); }
H1.HeaderClassName
{
color: #9C0C8A;
}
.AnyTagClassName
{
color: #9C0C8A;
}
</style>
background-color css
<style>
a { background-color: #9C0C8A; }
a { background-color: rgb(156,12,138); }
div.DivClassName
{
background-color: #9C0C8A;
}
.BgClassName
{
background-color: #9C0C8A;
}
</style>
border-color css
<style>
span { border-color: #9C0C8A; }
span { border-color: rgb(156,12,138); }
td.TdClassName
{
border-color: #9C0C8A;
}
.TagClassName
{
border-color: #9C0C8A;
}
</style>