Shades of Dark Magenta #991AAA
Tints of Dark Magenta #991AAA
RGB
CMYK
RGB Variations
Color information
#991AAA (or 0x991AAA) is known color: Dark Magenta. HEX triplet: 99, 1A and AA. RGB value is (153,26,170). Sum of RGB (Red+Green+Blue) = 153+26+170=349 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.84% from 349); Green value is 26 (10.55% from 255 or 7.45% from 349); Blue value is 170 (66.80% from 255 or 48.71% from 349); Max value from RGB is 170 - color contains mainly: blue. Hex color #991AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #991AAA is #66E555. Grayscale: #4F4F4F. Windows color (decimal): -6743382 or 11147929. OLE color: 11147929.
HSL color Cylindrical-coordinate representation of color #991AAA: hue angle of 292.92º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #991AAA is Cyan = 0.1, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 26 | 170 | - |
| CMYK | 0.1 | 0.85 | 0 | 0.33 |
| HSL | 292.92º | 0.73% | 0.38% | - |
| HSV(B) | 292.92º | 0.85% | 0.67% | - |
| XYZ | 20.76 | 10.41 | 38.95 | - |
| YUV | 80.39 | 178.58 | 179.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 26 | 170 | 0.1 | 0.85 | 0 | 0.33 | 292.92 | 0.73 | 0.38 |
| Hex | 99 | 1A | AA | A | 55 | 0 | 21 | 125 | 49 | 26 |
| Octal | 231 | 32 | 252 | 12 | 125 | 0 | 41 | 445 | 111 | 46 |
| Binary | 10011001 | 11010 | 10101010 | 1010 | 1010101 | 0 | 100001 | 100100101 | 1001001 | 100110 |
Color Harmonies of #991AAA
Complementary color
Monochromatic Colors of #991AAA
Black with #991AAA
Text Example
Text Example
White with #991AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #991AAA; }
p { color: rgb(153,26,170); }
H1.HeaderClassName
{
color: #991AAA;
}
.AnyTagClassName
{
color: #991AAA;
}
</style>
background-color css
<style>
a { background-color: #991AAA; }
a { background-color: rgb(153,26,170); }
div.DivClassName
{
background-color: #991AAA;
}
.BgClassName
{
background-color: #991AAA;
}
</style>
border-color css
<style>
span { border-color: #991AAA; }
span { border-color: rgb(153,26,170); }
td.TdClassName
{
border-color: #991AAA;
}
.TagClassName
{
border-color: #991AAA;
}
</style>