Shades of Dark Magenta #990DAE
Tints of Dark Magenta #990DAE
RGB
CMYK
RGB Variations
Color information
#990DAE (or 0x990DAE) is known color: Dark Magenta. HEX triplet: 99, 0D and AE. RGB value is (153,13,174). Sum of RGB (Red+Green+Blue) = 153+13+174=340 (45% of max value = 765). Red value is 153 (60.16% from 255 or 45% from 340); Green value is 13 (5.47% from 255 or 3.82% from 340); Blue value is 174 (68.36% from 255 or 51.18% from 340); Max value from RGB is 174 - color contains mainly: blue. Hex color #990DAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990DAE is #66F251. Grayscale: #484848. Windows color (decimal): -6746706 or 11406745. OLE color: 11406745.
HSL color Cylindrical-coordinate representation of color #990DAE: hue angle of 292.17º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #990DAE is Cyan = 0.12, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 153 | 13 | 174 | - |
| CMYK | 0.12 | 0.93 | 0 | 0.32 |
| HSL | 292.17º | 0.86% | 0.37% | - |
| HSV(B) | 292.17º | 0.93% | 0.68% | - |
| XYZ | 20.92 | 10.12 | 40.89 | - |
| YUV | 73.21 | 184.88 | 184.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 13 | 174 | 0.12 | 0.93 | 0 | 0.32 | 292.17 | 0.86 | 0.37 |
| Hex | 99 | D | AE | C | 5D | 0 | 20 | 124 | 56 | 25 |
| Octal | 231 | 15 | 256 | 14 | 135 | 0 | 40 | 444 | 126 | 45 |
| Binary | 10011001 | 1101 | 10101110 | 1100 | 1011101 | 0 | 100000 | 100100100 | 1010110 | 100101 |
Color Harmonies of #990DAE
Complementary color
Monochromatic Colors of #990DAE
Black with #990DAE
Text Example
Text Example
White with #990DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990DAE; }
p { color: rgb(153,13,174); }
H1.HeaderClassName
{
color: #990DAE;
}
.AnyTagClassName
{
color: #990DAE;
}
</style>
background-color css
<style>
a { background-color: #990DAE; }
a { background-color: rgb(153,13,174); }
div.DivClassName
{
background-color: #990DAE;
}
.BgClassName
{
background-color: #990DAE;
}
</style>
border-color css
<style>
span { border-color: #990DAE; }
span { border-color: rgb(153,13,174); }
td.TdClassName
{
border-color: #990DAE;
}
.TagClassName
{
border-color: #990DAE;
}
</style>