Shades of Dark Magenta #990D8D
Tints of Dark Magenta #990D8D
RGB
CMYK
RGB Variations
Color information
#990D8D (or 0x990D8D) is known color: Dark Magenta. HEX triplet: 99, 0D and 8D. RGB value is (153,13,141). Sum of RGB (Red+Green+Blue) = 153+13+141=307 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.84% from 307); Green value is 13 (5.47% from 255 or 4.23% from 307); Blue value is 141 (55.47% from 255 or 45.93% from 307); Max value from RGB is 153 - color contains mainly: red. Hex color #990D8D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990D8D is #66F272. Grayscale: #454545. Windows color (decimal): -6746739 or 9244057. OLE color: 9244057.
HSL color Cylindrical-coordinate representation of color #990D8D: hue angle of 305.14º 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 #990D8D is Cyan = 0, Magento = 0.92, Yellow = 0.08 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 13 | 141 | - |
| CMYK | 0 | 0.92 | 0.08 | 0.4 |
| HSL | 305.14º | 0.84% | 0.33% | - |
| HSV(B) | 305.14º | 0.92% | 0.6% | - |
| XYZ | 18.09 | 8.98 | 25.98 | - |
| YUV | 69.45 | 168.38 | 187.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 13 | 141 | 0 | 0.92 | 0.08 | 0.4 | 305.14 | 0.84 | 0.33 |
| Hex | 99 | D | 8D | 0 | 5C | 8 | 28 | 131 | 54 | 21 |
| Octal | 231 | 15 | 215 | 0 | 134 | 10 | 50 | 461 | 124 | 41 |
| Binary | 10011001 | 1101 | 10001101 | 0 | 1011100 | 1000 | 101000 | 100110001 | 1010100 | 100001 |
Color Harmonies of #990D8D
Complementary color
Monochromatic Colors of #990D8D
Black with #990D8D
Text Example
Text Example
White with #990D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990D8D; }
p { color: rgb(153,13,141); }
H1.HeaderClassName
{
color: #990D8D;
}
.AnyTagClassName
{
color: #990D8D;
}
</style>
background-color css
<style>
a { background-color: #990D8D; }
a { background-color: rgb(153,13,141); }
div.DivClassName
{
background-color: #990D8D;
}
.BgClassName
{
background-color: #990D8D;
}
</style>
border-color css
<style>
span { border-color: #990D8D; }
span { border-color: rgb(153,13,141); }
td.TdClassName
{
border-color: #990D8D;
}
.TagClassName
{
border-color: #990D8D;
}
</style>