Shades of Dark Magenta #9C0A89
Tints of Dark Magenta #9C0A89
RGB
CMYK
RGB Variations
Color information
#9C0A89 (or 0x9C0A89) is known color: Dark Magenta. HEX triplet: 9C, 0A and 89. RGB value is (156,10,137). Sum of RGB (Red+Green+Blue) = 156+10+137=303 (40% of max value = 765). Red value is 156 (61.33% from 255 or 51.49% from 303); Green value is 10 (4.30% from 255 or 3.30% from 303); Blue value is 137 (53.91% from 255 or 45.21% from 303); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0A89 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C0A89 is #63F576. Grayscale: #434343. Windows color (decimal): -6550903 or 8981148. OLE color: 8981148.
HSL color Cylindrical-coordinate representation of color #9C0A89: hue angle of 307.81º 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 #9C0A89 is Cyan = 0, Magento = 0.94, Yellow = 0.12 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 10 | 137 | - |
| CMYK | 0 | 0.94 | 0.12 | 0.39 |
| HSL | 307.81º | 0.88% | 0.33% | - |
| HSV(B) | 307.81º | 0.94% | 0.61% | - |
| XYZ | 18.33 | 9.09 | 24.46 | - |
| YUV | 68.13 | 166.87 | 190.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 10 | 137 | 0 | 0.94 | 0.12 | 0.39 | 307.81 | 0.88 | 0.33 |
| Hex | 9C | A | 89 | 0 | 5E | C | 27 | 134 | 58 | 21 |
| Octal | 234 | 12 | 211 | 0 | 136 | 14 | 47 | 464 | 130 | 41 |
| Binary | 10011100 | 1010 | 10001001 | 0 | 1011110 | 1100 | 100111 | 100110100 | 1011000 | 100001 |
Color Harmonies of #9C0A89
Complementary color
Monochromatic Colors of #9C0A89
Black with #9C0A89
Text Example
Text Example
White with #9C0A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0A89; }
p { color: rgb(156,10,137); }
H1.HeaderClassName
{
color: #9C0A89;
}
.AnyTagClassName
{
color: #9C0A89;
}
</style>
background-color css
<style>
a { background-color: #9C0A89; }
a { background-color: rgb(156,10,137); }
div.DivClassName
{
background-color: #9C0A89;
}
.BgClassName
{
background-color: #9C0A89;
}
</style>
border-color css
<style>
span { border-color: #9C0A89; }
span { border-color: rgb(156,10,137); }
td.TdClassName
{
border-color: #9C0A89;
}
.TagClassName
{
border-color: #9C0A89;
}
</style>