Shades of Dark Magenta #9C1999
Tints of Dark Magenta #9C1999
RGB
CMYK
RGB Variations
Color information
#9C1999 (or 0x9C1999) is known color: Dark Magenta. HEX triplet: 9C, 19 and 99. RGB value is (156,25,153). Sum of RGB (Red+Green+Blue) = 156+25+153=334 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.71% from 334); Green value is 25 (10.16% from 255 or 7.49% from 334); Blue value is 153 (60.16% from 255 or 45.81% from 334); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1999 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C1999 is #63E666. Grayscale: #4E4E4E. Windows color (decimal): -6547047 or 10033564. OLE color: 10033564.
HSL color Cylindrical-coordinate representation of color #9C1999: hue angle of 301.37º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9C1999 is Cyan = 0, Magento = 0.84, Yellow = 0.02 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 25 | 153 | - |
| CMYK | 0 | 0.84 | 0.02 | 0.39 |
| HSL | 301.37º | 0.72% | 0.35% | - |
| HSV(B) | 301.37º | 0.84% | 0.61% | - |
| XYZ | 19.81 | 10.06 | 31.04 | - |
| YUV | 78.76 | 169.9 | 183.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 25 | 153 | 0 | 0.84 | 0.02 | 0.39 | 301.37 | 0.72 | 0.35 |
| Hex | 9C | 19 | 99 | 0 | 54 | 2 | 27 | 12D | 48 | 23 |
| Octal | 234 | 31 | 231 | 0 | 124 | 2 | 47 | 455 | 110 | 43 |
| Binary | 10011100 | 11001 | 10011001 | 0 | 1010100 | 10 | 100111 | 100101101 | 1001000 | 100011 |
Color Harmonies of #9C1999
Complementary color
Monochromatic Colors of #9C1999
Black with #9C1999
Text Example
Text Example
White with #9C1999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C1999; }
p { color: rgb(156,25,153); }
H1.HeaderClassName
{
color: #9C1999;
}
.AnyTagClassName
{
color: #9C1999;
}
</style>
background-color css
<style>
a { background-color: #9C1999; }
a { background-color: rgb(156,25,153); }
div.DivClassName
{
background-color: #9C1999;
}
.BgClassName
{
background-color: #9C1999;
}
</style>
border-color css
<style>
span { border-color: #9C1999; }
span { border-color: rgb(156,25,153); }
td.TdClassName
{
border-color: #9C1999;
}
.TagClassName
{
border-color: #9C1999;
}
</style>