Shades of Dark Magenta #990BAE
Tints of Dark Magenta #990BAE
RGB
CMYK
RGB Variations
Color information
#990BAE (or 0x990BAE) is known color: Dark Magenta. HEX triplet: 99, 0B and AE. RGB value is (153,11,174). Sum of RGB (Red+Green+Blue) = 153+11+174=338 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.27% from 338); Green value is 11 (4.69% from 255 or 3.25% from 338); Blue value is 174 (68.36% from 255 or 51.48% from 338); Max value from RGB is 174 - color contains mainly: blue. Hex color #990BAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990BAE is #66F451. Grayscale: #474747. Windows color (decimal): -6747218 or 11406233. OLE color: 11406233.
HSL color Cylindrical-coordinate representation of color #990BAE: hue angle of 292.27º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #990BAE is Cyan = 0.12, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 153 | 11 | 174 | - |
| CMYK | 0.12 | 0.94 | 0 | 0.32 |
| HSL | 292.27º | 0.88% | 0.36% | - |
| HSV(B) | 292.27º | 0.94% | 0.68% | - |
| XYZ | 20.9 | 10.07 | 40.89 | - |
| YUV | 72.04 | 185.54 | 185.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 11 | 174 | 0.12 | 0.94 | 0 | 0.32 | 292.27 | 0.88 | 0.36 |
| Hex | 99 | B | AE | C | 5E | 0 | 20 | 124 | 58 | 24 |
| Octal | 231 | 13 | 256 | 14 | 136 | 0 | 40 | 444 | 130 | 44 |
| Binary | 10011001 | 1011 | 10101110 | 1100 | 1011110 | 0 | 100000 | 100100100 | 1011000 | 100100 |
Color Harmonies of #990BAE
Complementary color
Monochromatic Colors of #990BAE
Black with #990BAE
Text Example
Text Example
White with #990BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990BAE; }
p { color: rgb(153,11,174); }
H1.HeaderClassName
{
color: #990BAE;
}
.AnyTagClassName
{
color: #990BAE;
}
</style>
background-color css
<style>
a { background-color: #990BAE; }
a { background-color: rgb(153,11,174); }
div.DivClassName
{
background-color: #990BAE;
}
.BgClassName
{
background-color: #990BAE;
}
</style>
border-color css
<style>
span { border-color: #990BAE; }
span { border-color: rgb(153,11,174); }
td.TdClassName
{
border-color: #990BAE;
}
.TagClassName
{
border-color: #990BAE;
}
</style>