Shades of Dark Magenta #991390
Tints of Dark Magenta #991390
RGB
CMYK
RGB Variations
Color information
#991390 (or 0x991390) is known color: Dark Magenta. HEX triplet: 99, 13 and 90. RGB value is (153,19,144). Sum of RGB (Red+Green+Blue) = 153+19+144=316 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.42% from 316); Green value is 19 (7.81% from 255 or 6.01% from 316); Blue value is 144 (56.64% from 255 or 45.57% from 316); Max value from RGB is 153 - color contains mainly: red. Hex color #991390 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #991390 is #66EC6F. Grayscale: #484848. Windows color (decimal): -6745200 or 9442201. OLE color: 9442201.
HSL color Cylindrical-coordinate representation of color #991390: hue angle of 304.03º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #991390 is Cyan = 0, Magento = 0.88, Yellow = 0.06 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 19 | 144 | - |
| CMYK | 0 | 0.88 | 0.06 | 0.4 |
| HSL | 304.03º | 0.78% | 0.34% | - |
| HSV(B) | 304.03º | 0.88% | 0.6% | - |
| XYZ | 18.4 | 9.25 | 27.2 | - |
| YUV | 73.32 | 167.89 | 184.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 19 | 144 | 0 | 0.88 | 0.06 | 0.4 | 304.03 | 0.78 | 0.34 |
| Hex | 99 | 13 | 90 | 0 | 58 | 6 | 28 | 130 | 4E | 22 |
| Octal | 231 | 23 | 220 | 0 | 130 | 6 | 50 | 460 | 116 | 42 |
| Binary | 10011001 | 10011 | 10010000 | 0 | 1011000 | 110 | 101000 | 100110000 | 1001110 | 100010 |
Color Harmonies of #991390
Complementary color
Monochromatic Colors of #991390
Black with #991390
Text Example
Text Example
White with #991390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #991390; }
p { color: rgb(153,19,144); }
H1.HeaderClassName
{
color: #991390;
}
.AnyTagClassName
{
color: #991390;
}
</style>
background-color css
<style>
a { background-color: #991390; }
a { background-color: rgb(153,19,144); }
div.DivClassName
{
background-color: #991390;
}
.BgClassName
{
background-color: #991390;
}
</style>
border-color css
<style>
span { border-color: #991390; }
span { border-color: rgb(153,19,144); }
td.TdClassName
{
border-color: #991390;
}
.TagClassName
{
border-color: #991390;
}
</style>