Shades of Dark Magenta #99118A
Tints of Dark Magenta #99118A
RGB
CMYK
RGB Variations
Color information
#99118A (or 0x99118A) is known color: Dark Magenta. HEX triplet: 99, 11 and 8A. RGB value is (153,17,138). Sum of RGB (Red+Green+Blue) = 153+17+138=308 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.68% from 308); Green value is 17 (7.03% from 255 or 5.52% from 308); Blue value is 138 (54.30% from 255 or 44.81% from 308); Max value from RGB is 153 - color contains mainly: red. Hex color #99118A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #99118A is #66EE75. Grayscale: #474747. Windows color (decimal): -6745718 or 9048473. OLE color: 9048473.
HSL color Cylindrical-coordinate representation of color #99118A: hue angle of 306.62º 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 #99118A is Cyan = 0, Magento = 0.89, Yellow = 0.10 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 17 | 138 | - |
| CMYK | 0 | 0.89 | 0.10 | 0.4 |
| HSL | 306.62º | 0.8% | 0.33% | - |
| HSV(B) | 306.62º | 0.89% | 0.6% | - |
| XYZ | 17.92 | 9.01 | 24.84 | - |
| YUV | 71.46 | 165.56 | 186.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 17 | 138 | 0 | 0.89 | 0.10 | 0.4 | 306.62 | 0.8 | 0.33 |
| Hex | 99 | 11 | 8A | 0 | 59 | A | 28 | 133 | 50 | 21 |
| Octal | 231 | 21 | 212 | 0 | 131 | 12 | 50 | 463 | 120 | 41 |
| Binary | 10011001 | 10001 | 10001010 | 0 | 1011001 | 1010 | 101000 | 100110011 | 1010000 | 100001 |
Color Harmonies of #99118A
Complementary color
Monochromatic Colors of #99118A
Black with #99118A
Text Example
Text Example
White with #99118A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99118A; }
p { color: rgb(153,17,138); }
H1.HeaderClassName
{
color: #99118A;
}
.AnyTagClassName
{
color: #99118A;
}
</style>
background-color css
<style>
a { background-color: #99118A; }
a { background-color: rgb(153,17,138); }
div.DivClassName
{
background-color: #99118A;
}
.BgClassName
{
background-color: #99118A;
}
</style>
border-color css
<style>
span { border-color: #99118A; }
span { border-color: rgb(153,17,138); }
td.TdClassName
{
border-color: #99118A;
}
.TagClassName
{
border-color: #99118A;
}
</style>