Shades of Dark Magenta #9C1497
Tints of Dark Magenta #9C1497
RGB
CMYK
RGB Variations
Color information
#9C1497 (or 0x9C1497) is known color: Dark Magenta. HEX triplet: 9C, 14 and 97. RGB value is (156,20,151). Sum of RGB (Red+Green+Blue) = 156+20+151=327 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.71% from 327); Green value is 20 (8.20% from 255 or 6.12% from 327); Blue value is 151 (59.38% from 255 or 46.18% from 327); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1497 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C1497 is #63EB68. Grayscale: #4B4B4B. Windows color (decimal): -6548329 or 9901212. OLE color: 9901212.
HSL color Cylindrical-coordinate representation of color #9C1497: hue angle of 302.21º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9C1497 is Cyan = 0, Magento = 0.87, Yellow = 0.03 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 20 | 151 | - |
| CMYK | 0 | 0.87 | 0.03 | 0.39 |
| HSL | 302.21º | 0.77% | 0.35% | - |
| HSV(B) | 302.21º | 0.87% | 0.61% | - |
| XYZ | 19.55 | 9.8 | 30.14 | - |
| YUV | 75.6 | 170.56 | 185.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 20 | 151 | 0 | 0.87 | 0.03 | 0.39 | 302.21 | 0.77 | 0.35 |
| Hex | 9C | 14 | 97 | 0 | 57 | 3 | 27 | 12E | 4D | 23 |
| Octal | 234 | 24 | 227 | 0 | 127 | 3 | 47 | 456 | 115 | 43 |
| Binary | 10011100 | 10100 | 10010111 | 0 | 1010111 | 11 | 100111 | 100101110 | 1001101 | 100011 |
Color Harmonies of #9C1497
Complementary color
Monochromatic Colors of #9C1497
Black with #9C1497
Text Example
Text Example
White with #9C1497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C1497; }
p { color: rgb(156,20,151); }
H1.HeaderClassName
{
color: #9C1497;
}
.AnyTagClassName
{
color: #9C1497;
}
</style>
background-color css
<style>
a { background-color: #9C1497; }
a { background-color: rgb(156,20,151); }
div.DivClassName
{
background-color: #9C1497;
}
.BgClassName
{
background-color: #9C1497;
}
</style>
border-color css
<style>
span { border-color: #9C1497; }
span { border-color: rgb(156,20,151); }
td.TdClassName
{
border-color: #9C1497;
}
.TagClassName
{
border-color: #9C1497;
}
</style>