Shades of Dark Magenta #99129D
Tints of Dark Magenta #99129D
RGB
CMYK
RGB Variations
Color information
#99129D (or 0x99129D) is known color: Dark Magenta. HEX triplet: 99, 12 and 9D. RGB value is (153,18,157). Sum of RGB (Red+Green+Blue) = 153+18+157=328 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.65% from 328); Green value is 18 (7.42% from 255 or 5.49% from 328); Blue value is 157 (61.72% from 255 or 47.87% from 328); Max value from RGB is 157 - color contains mainly: blue. Hex color #99129D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #99129D is #66ED62. Grayscale: #494949. Windows color (decimal): -6745443 or 10293913. OLE color: 10293913.
HSL color Cylindrical-coordinate representation of color #99129D: hue angle of 298.27º 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 #99129D is Cyan = 0.03, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 153 | 18 | 157 | - |
| CMYK | 0.03 | 0.89 | 0 | 0.38 |
| HSL | 298.27º | 0.79% | 0.34% | - |
| HSV(B) | 298.27º | 0.89% | 0.62% | - |
| XYZ | 19.44 | 9.64 | 32.73 | - |
| YUV | 74.21 | 174.73 | 184.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 18 | 157 | 0.03 | 0.89 | 0 | 0.38 | 298.27 | 0.79 | 0.34 |
| Hex | 99 | 12 | 9D | 3 | 59 | 0 | 26 | 12A | 4F | 22 |
| Octal | 231 | 22 | 235 | 3 | 131 | 0 | 46 | 452 | 117 | 42 |
| Binary | 10011001 | 10010 | 10011101 | 11 | 1011001 | 0 | 100110 | 100101010 | 1001111 | 100010 |
Color Harmonies of #99129D
Complementary color
Monochromatic Colors of #99129D
Black with #99129D
Text Example
Text Example
White with #99129D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99129D; }
p { color: rgb(153,18,157); }
H1.HeaderClassName
{
color: #99129D;
}
.AnyTagClassName
{
color: #99129D;
}
</style>
background-color css
<style>
a { background-color: #99129D; }
a { background-color: rgb(153,18,157); }
div.DivClassName
{
background-color: #99129D;
}
.BgClassName
{
background-color: #99129D;
}
</style>
border-color css
<style>
span { border-color: #99129D; }
span { border-color: rgb(153,18,157); }
td.TdClassName
{
border-color: #99129D;
}
.TagClassName
{
border-color: #99129D;
}
</style>