Shades of Dark Magenta #9C129F
Tints of Dark Magenta #9C129F
RGB
CMYK
RGB Variations
Color information
#9C129F (or 0x9C129F) is known color: Dark Magenta. HEX triplet: 9C, 12 and 9F. RGB value is (156,18,159). Sum of RGB (Red+Green+Blue) = 156+18+159=333 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.85% from 333); Green value is 18 (7.42% from 255 or 5.41% from 333); Blue value is 159 (62.5% from 255 or 47.75% from 333); Max value from RGB is 159 - color contains mainly: blue. Hex color #9C129F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C129F is #63ED60. Grayscale: #4A4A4A. Windows color (decimal): -6548833 or 10424988. OLE color: 10424988.
HSL color Cylindrical-coordinate representation of color #9C129F: hue angle of 298.72º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9C129F is Cyan = 0.02, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 156 | 18 | 159 | - |
| CMYK | 0.02 | 0.89 | 0 | 0.38 |
| HSL | 298.72º | 0.8% | 0.35% | - |
| HSV(B) | 298.72º | 0.89% | 0.62% | - |
| XYZ | 20.18 | 10 | 33.67 | - |
| YUV | 75.34 | 175.22 | 185.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 18 | 159 | 0.02 | 0.89 | 0 | 0.38 | 298.72 | 0.8 | 0.35 |
| Hex | 9C | 12 | 9F | 2 | 59 | 0 | 26 | 12B | 50 | 23 |
| Octal | 234 | 22 | 237 | 2 | 131 | 0 | 46 | 453 | 120 | 43 |
| Binary | 10011100 | 10010 | 10011111 | 10 | 1011001 | 0 | 100110 | 100101011 | 1010000 | 100011 |
Color Harmonies of #9C129F
Complementary color
Monochromatic Colors of #9C129F
Black with #9C129F
Text Example
Text Example
White with #9C129F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C129F; }
p { color: rgb(156,18,159); }
H1.HeaderClassName
{
color: #9C129F;
}
.AnyTagClassName
{
color: #9C129F;
}
</style>
background-color css
<style>
a { background-color: #9C129F; }
a { background-color: rgb(156,18,159); }
div.DivClassName
{
background-color: #9C129F;
}
.BgClassName
{
background-color: #9C129F;
}
</style>
border-color css
<style>
span { border-color: #9C129F; }
span { border-color: rgb(156,18,159); }
td.TdClassName
{
border-color: #9C129F;
}
.TagClassName
{
border-color: #9C129F;
}
</style>