Shades of Dark Magenta #99118D
Tints of Dark Magenta #99118D
RGB
CMYK
RGB Variations
Color information
#99118D (or 0x99118D) is known color: Dark Magenta. HEX triplet: 99, 11 and 8D. RGB value is (153,17,141). Sum of RGB (Red+Green+Blue) = 153+17+141=311 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.20% from 311); Green value is 17 (7.03% from 255 or 5.47% from 311); Blue value is 141 (55.47% from 255 or 45.34% from 311); Max value from RGB is 153 - color contains mainly: red. Hex color #99118D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #99118D is #66EE72. Grayscale: #474747. Windows color (decimal): -6745715 or 9245081. OLE color: 9245081.
HSL color Cylindrical-coordinate representation of color #99118D: hue angle of 305.29º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #99118D is Cyan = 0, Magento = 0.89, Yellow = 0.08 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 17 | 141 | - |
| CMYK | 0 | 0.89 | 0.08 | 0.4 |
| HSL | 305.29º | 0.8% | 0.33% | - |
| HSV(B) | 305.29º | 0.89% | 0.6% | - |
| XYZ | 18.15 | 9.1 | 26 | - |
| YUV | 71.8 | 167.06 | 185.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 17 | 141 | 0 | 0.89 | 0.08 | 0.4 | 305.29 | 0.8 | 0.33 |
| Hex | 99 | 11 | 8D | 0 | 59 | 8 | 28 | 131 | 50 | 21 |
| Octal | 231 | 21 | 215 | 0 | 131 | 10 | 50 | 461 | 120 | 41 |
| Binary | 10011001 | 10001 | 10001101 | 0 | 1011001 | 1000 | 101000 | 100110001 | 1010000 | 100001 |
Color Harmonies of #99118D
Complementary color
Monochromatic Colors of #99118D
Black with #99118D
Text Example
Text Example
White with #99118D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99118D; }
p { color: rgb(153,17,141); }
H1.HeaderClassName
{
color: #99118D;
}
.AnyTagClassName
{
color: #99118D;
}
</style>
background-color css
<style>
a { background-color: #99118D; }
a { background-color: rgb(153,17,141); }
div.DivClassName
{
background-color: #99118D;
}
.BgClassName
{
background-color: #99118D;
}
</style>
border-color css
<style>
span { border-color: #99118D; }
span { border-color: rgb(153,17,141); }
td.TdClassName
{
border-color: #99118D;
}
.TagClassName
{
border-color: #99118D;
}
</style>