Shades of Dark Magenta #990D95
Tints of Dark Magenta #990D95
RGB
CMYK
RGB Variations
Color information
#990D95 (or 0x990D95) is known color: Dark Magenta. HEX triplet: 99, 0D and 95. RGB value is (153,13,149). Sum of RGB (Red+Green+Blue) = 153+13+149=315 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.57% from 315); Green value is 13 (5.47% from 255 or 4.13% from 315); Blue value is 149 (58.59% from 255 or 47.30% from 315); Max value from RGB is 153 - color contains mainly: red. Hex color #990D95 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990D95 is #66F26A. Grayscale: #454545. Windows color (decimal): -6746731 or 9768345. OLE color: 9768345.
HSL color Cylindrical-coordinate representation of color #990D95: hue angle of 301.71º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #990D95 is Cyan = 0, Magento = 0.92, Yellow = 0.03 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 13 | 149 | - |
| CMYK | 0 | 0.92 | 0.03 | 0.4 |
| HSL | 301.71º | 0.84% | 0.33% | - |
| HSV(B) | 301.71º | 0.92% | 0.6% | - |
| XYZ | 18.71 | 9.23 | 29.23 | - |
| YUV | 70.36 | 172.38 | 186.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 13 | 149 | 0 | 0.92 | 0.03 | 0.4 | 301.71 | 0.84 | 0.33 |
| Hex | 99 | D | 95 | 0 | 5C | 3 | 28 | 12E | 54 | 21 |
| Octal | 231 | 15 | 225 | 0 | 134 | 3 | 50 | 456 | 124 | 41 |
| Binary | 10011001 | 1101 | 10010101 | 0 | 1011100 | 11 | 101000 | 100101110 | 1010100 | 100001 |
Color Harmonies of #990D95
Complementary color
Monochromatic Colors of #990D95
Black with #990D95
Text Example
Text Example
White with #990D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990D95; }
p { color: rgb(153,13,149); }
H1.HeaderClassName
{
color: #990D95;
}
.AnyTagClassName
{
color: #990D95;
}
</style>
background-color css
<style>
a { background-color: #990D95; }
a { background-color: rgb(153,13,149); }
div.DivClassName
{
background-color: #990D95;
}
.BgClassName
{
background-color: #990D95;
}
</style>
border-color css
<style>
span { border-color: #990D95; }
span { border-color: rgb(153,13,149); }
td.TdClassName
{
border-color: #990D95;
}
.TagClassName
{
border-color: #990D95;
}
</style>