Shades of Dark Magenta #99119D
Tints of Dark Magenta #99119D
RGB
CMYK
RGB Variations
Color information
#99119D (or 0x99119D) is known color: Dark Magenta. HEX triplet: 99, 11 and 9D. RGB value is (153,17,157). Sum of RGB (Red+Green+Blue) = 153+17+157=327 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.79% from 327); Green value is 17 (7.03% from 255 or 5.20% from 327); Blue value is 157 (61.72% from 255 or 48.01% from 327); Max value from RGB is 157 - color contains mainly: blue. Hex color #99119D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #99119D is #66EE62. Grayscale: #494949. Windows color (decimal): -6745699 or 10293657. OLE color: 10293657.
HSL color Cylindrical-coordinate representation of color #99119D: hue angle of 298.29º degrees, saturation: 0.8, 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 #99119D is Cyan = 0.03, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 153 | 17 | 157 | - |
| CMYK | 0.03 | 0.89 | 0 | 0.38 |
| HSL | 298.29º | 0.8% | 0.34% | - |
| HSV(B) | 298.29º | 0.89% | 0.62% | - |
| XYZ | 19.42 | 9.61 | 32.73 | - |
| YUV | 73.62 | 175.06 | 184.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 17 | 157 | 0.03 | 0.89 | 0 | 0.38 | 298.29 | 0.8 | 0.34 |
| Hex | 99 | 11 | 9D | 3 | 59 | 0 | 26 | 12A | 50 | 22 |
| Octal | 231 | 21 | 235 | 3 | 131 | 0 | 46 | 452 | 120 | 42 |
| Binary | 10011001 | 10001 | 10011101 | 11 | 1011001 | 0 | 100110 | 100101010 | 1010000 | 100010 |
Color Harmonies of #99119D
Complementary color
Monochromatic Colors of #99119D
Black with #99119D
Text Example
Text Example
White with #99119D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99119D; }
p { color: rgb(153,17,157); }
H1.HeaderClassName
{
color: #99119D;
}
.AnyTagClassName
{
color: #99119D;
}
</style>
background-color css
<style>
a { background-color: #99119D; }
a { background-color: rgb(153,17,157); }
div.DivClassName
{
background-color: #99119D;
}
.BgClassName
{
background-color: #99119D;
}
</style>
border-color css
<style>
span { border-color: #99119D; }
span { border-color: rgb(153,17,157); }
td.TdClassName
{
border-color: #99119D;
}
.TagClassName
{
border-color: #99119D;
}
</style>