Shades of Dark Magenta #9C0497
Tints of Dark Magenta #9C0497
RGB
CMYK
RGB Variations
Color information
#9C0497 (or 0x9C0497) is known color: Dark Magenta. HEX triplet: 9C, 04 and 97. RGB value is (156,4,151). Sum of RGB (Red+Green+Blue) = 156+4+151=311 (41% of max value = 765). Red value is 156 (61.33% from 255 or 50.16% from 311); Green value is 4 (1.95% from 255 or 1.29% from 311); Blue value is 151 (59.38% from 255 or 48.55% from 311); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0497 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C0497 is #63FB68. Grayscale: #414141. Windows color (decimal): -6552425 or 9897116. OLE color: 9897116.
HSL color Cylindrical-coordinate representation of color #9C0497: hue angle of 301.97º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9C0497 is Cyan = 0, Magento = 0.97, Yellow = 0.03 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 4 | 151 | - |
| CMYK | 0 | 0.97 | 0.03 | 0.39 |
| HSL | 301.97º | 0.95% | 0.31% | - |
| HSV(B) | 301.97º | 0.97% | 0.61% | - |
| XYZ | 19.34 | 9.39 | 30.07 | - |
| YUV | 66.21 | 175.86 | 192.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 4 | 151 | 0 | 0.97 | 0.03 | 0.39 | 301.97 | 0.95 | 0.31 |
| Hex | 9C | 4 | 97 | 0 | 61 | 3 | 27 | 12E | 5F | 1F |
| Octal | 234 | 4 | 227 | 0 | 141 | 3 | 47 | 456 | 137 | 37 |
| Binary | 10011100 | 100 | 10010111 | 0 | 1100001 | 11 | 100111 | 100101110 | 1011111 | 11111 |
Color Harmonies of #9C0497
Complementary color
Monochromatic Colors of #9C0497
Black with #9C0497
Text Example
Text Example
White with #9C0497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0497; }
p { color: rgb(156,4,151); }
H1.HeaderClassName
{
color: #9C0497;
}
.AnyTagClassName
{
color: #9C0497;
}
</style>
background-color css
<style>
a { background-color: #9C0497; }
a { background-color: rgb(156,4,151); }
div.DivClassName
{
background-color: #9C0497;
}
.BgClassName
{
background-color: #9C0497;
}
</style>
border-color css
<style>
span { border-color: #9C0497; }
span { border-color: rgb(156,4,151); }
td.TdClassName
{
border-color: #9C0497;
}
.TagClassName
{
border-color: #9C0497;
}
</style>