Shades of Dark Magenta #990DAC
Tints of Dark Magenta #990DAC
RGB
CMYK
RGB Variations
Color information
#990DAC (or 0x990DAC) is known color: Dark Magenta. HEX triplet: 99, 0D and AC. RGB value is (153,13,172). Sum of RGB (Red+Green+Blue) = 153+13+172=338 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.27% from 338); Green value is 13 (5.47% from 255 or 3.85% from 338); Blue value is 172 (67.58% from 255 or 50.89% from 338); Max value from RGB is 172 - color contains mainly: blue. Hex color #990DAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990DAC is #66F253. Grayscale: #484848. Windows color (decimal): -6746708 or 11275673. OLE color: 11275673.
HSL color Cylindrical-coordinate representation of color #990DAC: hue angle of 292.83º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #990DAC is Cyan = 0.11, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 13 | 172 | - |
| CMYK | 0.11 | 0.92 | 0 | 0.33 |
| HSL | 292.83º | 0.86% | 0.36% | - |
| HSV(B) | 292.83º | 0.92% | 0.67% | - |
| XYZ | 20.73 | 10.04 | 39.87 | - |
| YUV | 72.99 | 183.88 | 185.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 13 | 172 | 0.11 | 0.92 | 0 | 0.33 | 292.83 | 0.86 | 0.36 |
| Hex | 99 | D | AC | B | 5C | 0 | 21 | 125 | 56 | 24 |
| Octal | 231 | 15 | 254 | 13 | 134 | 0 | 41 | 445 | 126 | 44 |
| Binary | 10011001 | 1101 | 10101100 | 1011 | 1011100 | 0 | 100001 | 100100101 | 1010110 | 100100 |
Color Harmonies of #990DAC
Complementary color
Monochromatic Colors of #990DAC
Black with #990DAC
Text Example
Text Example
White with #990DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990DAC; }
p { color: rgb(153,13,172); }
H1.HeaderClassName
{
color: #990DAC;
}
.AnyTagClassName
{
color: #990DAC;
}
</style>
background-color css
<style>
a { background-color: #990DAC; }
a { background-color: rgb(153,13,172); }
div.DivClassName
{
background-color: #990DAC;
}
.BgClassName
{
background-color: #990DAC;
}
</style>
border-color css
<style>
span { border-color: #990DAC; }
span { border-color: rgb(153,13,172); }
td.TdClassName
{
border-color: #990DAC;
}
.TagClassName
{
border-color: #990DAC;
}
</style>