Shades of Dark Magenta #990BA1
Tints of Dark Magenta #990BA1
RGB
CMYK
RGB Variations
Color information
#990BA1 (or 0x990BA1) is known color: Dark Magenta. HEX triplet: 99, 0B and A1. RGB value is (153,11,161). Sum of RGB (Red+Green+Blue) = 153+11+161=325 (43% of max value = 765). Red value is 153 (60.16% from 255 or 47.08% from 325); Green value is 11 (4.69% from 255 or 3.38% from 325); Blue value is 161 (63.28% from 255 or 49.54% from 325); Max value from RGB is 161 - color contains mainly: blue. Hex color #990BA1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990BA1 is #66F45E. Grayscale: #464646. Windows color (decimal): -6747231 or 10554265. OLE color: 10554265.
HSL color Cylindrical-coordinate representation of color #990BA1: hue angle of 296.8º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #990BA1 is Cyan = 0.05, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 153 | 11 | 161 | - |
| CMYK | 0.05 | 0.93 | 0 | 0.37 |
| HSL | 296.8º | 0.87% | 0.34% | - |
| HSV(B) | 296.8º | 0.93% | 0.63% | - |
| XYZ | 19.69 | 9.58 | 34.53 | - |
| YUV | 70.56 | 179.04 | 186.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 11 | 161 | 0.05 | 0.93 | 0 | 0.37 | 296.8 | 0.87 | 0.34 |
| Hex | 99 | B | A1 | 5 | 5D | 0 | 25 | 129 | 57 | 22 |
| Octal | 231 | 13 | 241 | 5 | 135 | 0 | 45 | 451 | 127 | 42 |
| Binary | 10011001 | 1011 | 10100001 | 101 | 1011101 | 0 | 100101 | 100101001 | 1010111 | 100010 |
Color Harmonies of #990BA1
Complementary color
Monochromatic Colors of #990BA1
Black with #990BA1
Text Example
Text Example
White with #990BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990BA1; }
p { color: rgb(153,11,161); }
H1.HeaderClassName
{
color: #990BA1;
}
.AnyTagClassName
{
color: #990BA1;
}
</style>
background-color css
<style>
a { background-color: #990BA1; }
a { background-color: rgb(153,11,161); }
div.DivClassName
{
background-color: #990BA1;
}
.BgClassName
{
background-color: #990BA1;
}
</style>
border-color css
<style>
span { border-color: #990BA1; }
span { border-color: rgb(153,11,161); }
td.TdClassName
{
border-color: #990BA1;
}
.TagClassName
{
border-color: #990BA1;
}
</style>