Shades of Dark Magenta #9C1499
Tints of Dark Magenta #9C1499
RGB
CMYK
RGB Variations
Color information
#9C1499 (or 0x9C1499) is known color: Dark Magenta. HEX triplet: 9C, 14 and 99. RGB value is (156,20,153). Sum of RGB (Red+Green+Blue) = 156+20+153=329 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.42% from 329); Green value is 20 (8.20% from 255 or 6.08% from 329); Blue value is 153 (60.16% from 255 or 46.50% from 329); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1499 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C1499 is #63EB66. Grayscale: #4B4B4B. Windows color (decimal): -6548327 or 10032284. OLE color: 10032284.
HSL color Cylindrical-coordinate representation of color #9C1499: hue angle of 301.32º 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 #9C1499 is Cyan = 0, Magento = 0.87, Yellow = 0.02 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 20 | 153 | - |
| CMYK | 0 | 0.87 | 0.02 | 0.39 |
| HSL | 301.32º | 0.77% | 0.35% | - |
| HSV(B) | 301.32º | 0.87% | 0.61% | - |
| XYZ | 19.71 | 9.87 | 31 | - |
| YUV | 75.83 | 171.56 | 185.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 20 | 153 | 0 | 0.87 | 0.02 | 0.39 | 301.32 | 0.77 | 0.35 |
| Hex | 9C | 14 | 99 | 0 | 57 | 2 | 27 | 12D | 4D | 23 |
| Octal | 234 | 24 | 231 | 0 | 127 | 2 | 47 | 455 | 115 | 43 |
| Binary | 10011100 | 10100 | 10011001 | 0 | 1010111 | 10 | 100111 | 100101101 | 1001101 | 100011 |
Color Harmonies of #9C1499
Complementary color
Monochromatic Colors of #9C1499
Black with #9C1499
Text Example
Text Example
White with #9C1499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C1499; }
p { color: rgb(156,20,153); }
H1.HeaderClassName
{
color: #9C1499;
}
.AnyTagClassName
{
color: #9C1499;
}
</style>
background-color css
<style>
a { background-color: #9C1499; }
a { background-color: rgb(156,20,153); }
div.DivClassName
{
background-color: #9C1499;
}
.BgClassName
{
background-color: #9C1499;
}
</style>
border-color css
<style>
span { border-color: #9C1499; }
span { border-color: rgb(156,20,153); }
td.TdClassName
{
border-color: #9C1499;
}
.TagClassName
{
border-color: #9C1499;
}
</style>