Shades of Dark Magenta #991990
Tints of Dark Magenta #991990
RGB
CMYK
RGB Variations
Color information
#991990 (or 0x991990) is known color: Dark Magenta. HEX triplet: 99, 19 and 90. RGB value is (153,25,144). Sum of RGB (Red+Green+Blue) = 153+25+144=322 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.52% from 322); Green value is 25 (10.16% from 255 or 7.76% from 322); Blue value is 144 (56.64% from 255 or 44.72% from 322); Max value from RGB is 153 - color contains mainly: red. Hex color #991990 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #991990 is #66E66F. Grayscale: #4C4C4C. Windows color (decimal): -6743664 or 9443737. OLE color: 9443737.
HSL color Cylindrical-coordinate representation of color #991990: hue angle of 304.22º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #991990 is Cyan = 0, Magento = 0.84, Yellow = 0.06 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 25 | 144 | - |
| CMYK | 0 | 0.84 | 0.06 | 0.4 |
| HSL | 304.22º | 0.72% | 0.35% | - |
| HSV(B) | 304.22º | 0.84% | 0.6% | - |
| XYZ | 18.52 | 9.48 | 27.24 | - |
| YUV | 76.84 | 165.91 | 182.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 25 | 144 | 0 | 0.84 | 0.06 | 0.4 | 304.22 | 0.72 | 0.35 |
| Hex | 99 | 19 | 90 | 0 | 54 | 6 | 28 | 130 | 48 | 23 |
| Octal | 231 | 31 | 220 | 0 | 124 | 6 | 50 | 460 | 110 | 43 |
| Binary | 10011001 | 11001 | 10010000 | 0 | 1010100 | 110 | 101000 | 100110000 | 1001000 | 100011 |
Color Harmonies of #991990
Complementary color
Monochromatic Colors of #991990
Black with #991990
Text Example
Text Example
White with #991990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #991990; }
p { color: rgb(153,25,144); }
H1.HeaderClassName
{
color: #991990;
}
.AnyTagClassName
{
color: #991990;
}
</style>
background-color css
<style>
a { background-color: #991990; }
a { background-color: rgb(153,25,144); }
div.DivClassName
{
background-color: #991990;
}
.BgClassName
{
background-color: #991990;
}
</style>
border-color css
<style>
span { border-color: #991990; }
span { border-color: rgb(153,25,144); }
td.TdClassName
{
border-color: #991990;
}
.TagClassName
{
border-color: #991990;
}
</style>