Shades of Dark Magenta #990BAC
Tints of Dark Magenta #990BAC
RGB
CMYK
RGB Variations
Color information
#990BAC (or 0x990BAC) is known color: Dark Magenta. HEX triplet: 99, 0B and AC. RGB value is (153,11,172). Sum of RGB (Red+Green+Blue) = 153+11+172=336 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.54% from 336); Green value is 11 (4.69% from 255 or 3.27% from 336); Blue value is 172 (67.58% from 255 or 51.19% from 336); Max value from RGB is 172 - color contains mainly: blue. Hex color #990BAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990BAC is #66F453. Grayscale: #474747. Windows color (decimal): -6747220 or 11275161. OLE color: 11275161.
HSL color Cylindrical-coordinate representation of color #990BAC: hue angle of 292.92º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #990BAC is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 11 | 172 | - |
| CMYK | 0.11 | 0.94 | 0 | 0.33 |
| HSL | 292.92º | 0.88% | 0.36% | - |
| HSV(B) | 292.92º | 0.94% | 0.67% | - |
| XYZ | 20.7 | 9.99 | 39.87 | - |
| YUV | 71.81 | 184.54 | 185.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 11 | 172 | 0.11 | 0.94 | 0 | 0.33 | 292.92 | 0.88 | 0.36 |
| Hex | 99 | B | AC | B | 5E | 0 | 21 | 125 | 58 | 24 |
| Octal | 231 | 13 | 254 | 13 | 136 | 0 | 41 | 445 | 130 | 44 |
| Binary | 10011001 | 1011 | 10101100 | 1011 | 1011110 | 0 | 100001 | 100100101 | 1011000 | 100100 |
Color Harmonies of #990BAC
Complementary color
Monochromatic Colors of #990BAC
Black with #990BAC
Text Example
Text Example
White with #990BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990BAC; }
p { color: rgb(153,11,172); }
H1.HeaderClassName
{
color: #990BAC;
}
.AnyTagClassName
{
color: #990BAC;
}
</style>
background-color css
<style>
a { background-color: #990BAC; }
a { background-color: rgb(153,11,172); }
div.DivClassName
{
background-color: #990BAC;
}
.BgClassName
{
background-color: #990BAC;
}
</style>
border-color css
<style>
span { border-color: #990BAC; }
span { border-color: rgb(153,11,172); }
td.TdClassName
{
border-color: #990BAC;
}
.TagClassName
{
border-color: #990BAC;
}
</style>