Shades of Dark Magenta #9C129D
Tints of Dark Magenta #9C129D
RGB
CMYK
RGB Variations
Color information
#9C129D (or 0x9C129D) is known color: Dark Magenta. HEX triplet: 9C, 12 and 9D. RGB value is (156,18,157). Sum of RGB (Red+Green+Blue) = 156+18+157=331 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.13% from 331); Green value is 18 (7.42% from 255 or 5.44% from 331); Blue value is 157 (61.72% from 255 or 47.43% from 331); Max value from RGB is 157 - color contains mainly: blue. Hex color #9C129D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C129D is #63ED62. Grayscale: #4A4A4A. Windows color (decimal): -6548835 or 10293916. OLE color: 10293916.
HSL color Cylindrical-coordinate representation of color #9C129D: hue angle of 299.57º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9C129D is Cyan = 0.01, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 156 | 18 | 157 | - |
| CMYK | 0.01 | 0.89 | 0 | 0.38 |
| HSL | 299.57º | 0.79% | 0.34% | - |
| HSV(B) | 299.57º | 0.89% | 0.62% | - |
| XYZ | 20.01 | 9.93 | 32.76 | - |
| YUV | 75.11 | 174.22 | 185.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 18 | 157 | 0.01 | 0.89 | 0 | 0.38 | 299.57 | 0.79 | 0.34 |
| Hex | 9C | 12 | 9D | 1 | 59 | 0 | 26 | 12C | 4F | 22 |
| Octal | 234 | 22 | 235 | 1 | 131 | 0 | 46 | 454 | 117 | 42 |
| Binary | 10011100 | 10010 | 10011101 | 1 | 1011001 | 0 | 100110 | 100101100 | 1001111 | 100010 |
Color Harmonies of #9C129D
Complementary color
Monochromatic Colors of #9C129D
Black with #9C129D
Text Example
Text Example
White with #9C129D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C129D; }
p { color: rgb(156,18,157); }
H1.HeaderClassName
{
color: #9C129D;
}
.AnyTagClassName
{
color: #9C129D;
}
</style>
background-color css
<style>
a { background-color: #9C129D; }
a { background-color: rgb(156,18,157); }
div.DivClassName
{
background-color: #9C129D;
}
.BgClassName
{
background-color: #9C129D;
}
</style>
border-color css
<style>
span { border-color: #9C129D; }
span { border-color: rgb(156,18,157); }
td.TdClassName
{
border-color: #9C129D;
}
.TagClassName
{
border-color: #9C129D;
}
</style>