Shades of Dark Magenta #9C0A88
Tints of Dark Magenta #9C0A88
RGB
CMYK
RGB Variations
Color information
#9C0A88 (or 0x9C0A88) is known color: Dark Magenta. HEX triplet: 9C, 0A and 88. RGB value is (156,10,136). Sum of RGB (Red+Green+Blue) = 156+10+136=302 (40% of max value = 765). Red value is 156 (61.33% from 255 or 51.66% from 302); Green value is 10 (4.30% from 255 or 3.31% from 302); Blue value is 136 (53.52% from 255 or 45.03% from 302); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0A88 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C0A88 is #63F577. Grayscale: #434343. Windows color (decimal): -6550904 or 8915612. OLE color: 8915612.
HSL color Cylindrical-coordinate representation of color #9C0A88: hue angle of 308.22º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9C0A88 is Cyan = 0, Magento = 0.94, Yellow = 0.13 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 10 | 136 | - |
| CMYK | 0 | 0.94 | 0.13 | 0.39 |
| HSL | 308.22º | 0.88% | 0.33% | - |
| HSV(B) | 308.22º | 0.94% | 0.61% | - |
| XYZ | 18.26 | 9.06 | 24.08 | - |
| YUV | 68.02 | 166.37 | 190.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 10 | 136 | 0 | 0.94 | 0.13 | 0.39 | 308.22 | 0.88 | 0.33 |
| Hex | 9C | A | 88 | 0 | 5E | D | 27 | 134 | 58 | 21 |
| Octal | 234 | 12 | 210 | 0 | 136 | 15 | 47 | 464 | 130 | 41 |
| Binary | 10011100 | 1010 | 10001000 | 0 | 1011110 | 1101 | 100111 | 100110100 | 1011000 | 100001 |
Color Harmonies of #9C0A88
Complementary color
Monochromatic Colors of #9C0A88
Black with #9C0A88
Text Example
Text Example
White with #9C0A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0A88; }
p { color: rgb(156,10,136); }
H1.HeaderClassName
{
color: #9C0A88;
}
.AnyTagClassName
{
color: #9C0A88;
}
</style>
background-color css
<style>
a { background-color: #9C0A88; }
a { background-color: rgb(156,10,136); }
div.DivClassName
{
background-color: #9C0A88;
}
.BgClassName
{
background-color: #9C0A88;
}
</style>
border-color css
<style>
span { border-color: #9C0A88; }
span { border-color: rgb(156,10,136); }
td.TdClassName
{
border-color: #9C0A88;
}
.TagClassName
{
border-color: #9C0A88;
}
</style>