Shades of Dark Magenta #991A99
Tints of Dark Magenta #991A99
RGB
CMYK
RGB Variations
Color information
#991A99 (or 0x991A99) is known color: Dark Magenta. HEX triplet: 99, 1A and 99. RGB value is (153,26,153). Sum of RGB (Red+Green+Blue) = 153+26+153=332 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.08% from 332); Green value is 26 (10.55% from 255 or 7.83% from 332); Blue value is 153 (60.16% from 255 or 46.08% from 332); Max value from RGB is 153 - color contains mainly: red, blue. Hex color #991A99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #991A99 is #66E566. Grayscale: #4E4E4E. Windows color (decimal): -6743399 or 10033817. OLE color: 10033817.
HSL color Cylindrical-coordinate representation of color #991A99: hue angle of 300º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #991A99 is Cyan = 0, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 26 | 153 | - |
| CMYK | 0 | 0.83 | 0 | 0.4 |
| HSL | 300º | 0.71% | 0.35% | - |
| HSV(B) | 300º | 0.83% | 0.6% | - |
| XYZ | 19.26 | 9.81 | 31.02 | - |
| YUV | 78.45 | 170.08 | 181.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 26 | 153 | 0 | 0.83 | 0 | 0.4 | 300 | 0.71 | 0.35 |
| Hex | 99 | 1A | 99 | 0 | 53 | 0 | 28 | 12C | 47 | 23 |
| Octal | 231 | 32 | 231 | 0 | 123 | 0 | 50 | 454 | 107 | 43 |
| Binary | 10011001 | 11010 | 10011001 | 0 | 1010011 | 0 | 101000 | 100101100 | 1000111 | 100011 |
Color Harmonies of #991A99
Complementary color
Monochromatic Colors of #991A99
Black with #991A99
Text Example
Text Example
White with #991A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #991A99; }
p { color: rgb(153,26,153); }
H1.HeaderClassName
{
color: #991A99;
}
.AnyTagClassName
{
color: #991A99;
}
</style>
background-color css
<style>
a { background-color: #991A99; }
a { background-color: rgb(153,26,153); }
div.DivClassName
{
background-color: #991A99;
}
.BgClassName
{
background-color: #991A99;
}
</style>
border-color css
<style>
span { border-color: #991A99; }
span { border-color: rgb(153,26,153); }
td.TdClassName
{
border-color: #991A99;
}
.TagClassName
{
border-color: #991A99;
}
</style>