Shades of Dark Magenta #99129C
Tints of Dark Magenta #99129C
RGB
CMYK
RGB Variations
Color information
#99129C (or 0x99129C) is known color: Dark Magenta. HEX triplet: 99, 12 and 9C. RGB value is (153,18,156). Sum of RGB (Red+Green+Blue) = 153+18+156=327 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.79% from 327); Green value is 18 (7.42% from 255 or 5.50% from 327); Blue value is 156 (61.33% from 255 or 47.71% from 327); Max value from RGB is 156 - color contains mainly: blue. Hex color #99129C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #99129C is #66ED63. Grayscale: #494949. Windows color (decimal): -6745444 or 10228377. OLE color: 10228377.
HSL color Cylindrical-coordinate representation of color #99129C: hue angle of 298.7º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #99129C is Cyan = 0.02, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 153 | 18 | 156 | - |
| CMYK | 0.02 | 0.88 | 0 | 0.39 |
| HSL | 298.7º | 0.79% | 0.34% | - |
| HSV(B) | 298.7º | 0.88% | 0.61% | - |
| XYZ | 19.35 | 9.61 | 32.29 | - |
| YUV | 74.1 | 174.23 | 184.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 18 | 156 | 0.02 | 0.88 | 0 | 0.39 | 298.7 | 0.79 | 0.34 |
| Hex | 99 | 12 | 9C | 2 | 58 | 0 | 27 | 12B | 4F | 22 |
| Octal | 231 | 22 | 234 | 2 | 130 | 0 | 47 | 453 | 117 | 42 |
| Binary | 10011001 | 10010 | 10011100 | 10 | 1011000 | 0 | 100111 | 100101011 | 1001111 | 100010 |
Color Harmonies of #99129C
Complementary color
Monochromatic Colors of #99129C
Black with #99129C
Text Example
Text Example
White with #99129C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99129C; }
p { color: rgb(153,18,156); }
H1.HeaderClassName
{
color: #99129C;
}
.AnyTagClassName
{
color: #99129C;
}
</style>
background-color css
<style>
a { background-color: #99129C; }
a { background-color: rgb(153,18,156); }
div.DivClassName
{
background-color: #99129C;
}
.BgClassName
{
background-color: #99129C;
}
</style>
border-color css
<style>
span { border-color: #99129C; }
span { border-color: rgb(153,18,156); }
td.TdClassName
{
border-color: #99129C;
}
.TagClassName
{
border-color: #99129C;
}
</style>