Shades of Dark Magenta #990D8E
Tints of Dark Magenta #990D8E
RGB
CMYK
RGB Variations
Color information
#990D8E (or 0x990D8E) is known color: Dark Magenta. HEX triplet: 99, 0D and 8E. RGB value is (153,13,142). Sum of RGB (Red+Green+Blue) = 153+13+142=308 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.68% from 308); Green value is 13 (5.47% from 255 or 4.22% from 308); Blue value is 142 (55.86% from 255 or 46.10% from 308); Max value from RGB is 153 - color contains mainly: red. Hex color #990D8E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990D8E is #66F271. Grayscale: #454545. Windows color (decimal): -6746738 or 9309593. OLE color: 9309593.
HSL color Cylindrical-coordinate representation of color #990D8E: hue angle of 304.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 #990D8E is Cyan = 0, Magento = 0.92, Yellow = 0.07 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 13 | 142 | - |
| CMYK | 0 | 0.92 | 0.07 | 0.4 |
| HSL | 304.71º | 0.84% | 0.33% | - |
| HSV(B) | 304.71º | 0.92% | 0.6% | - |
| XYZ | 18.16 | 9.01 | 26.37 | - |
| YUV | 69.57 | 168.88 | 187.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 13 | 142 | 0 | 0.92 | 0.07 | 0.4 | 304.71 | 0.84 | 0.33 |
| Hex | 99 | D | 8E | 0 | 5C | 7 | 28 | 131 | 54 | 21 |
| Octal | 231 | 15 | 216 | 0 | 134 | 7 | 50 | 461 | 124 | 41 |
| Binary | 10011001 | 1101 | 10001110 | 0 | 1011100 | 111 | 101000 | 100110001 | 1010100 | 100001 |
Color Harmonies of #990D8E
Complementary color
Monochromatic Colors of #990D8E
Black with #990D8E
Text Example
Text Example
White with #990D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990D8E; }
p { color: rgb(153,13,142); }
H1.HeaderClassName
{
color: #990D8E;
}
.AnyTagClassName
{
color: #990D8E;
}
</style>
background-color css
<style>
a { background-color: #990D8E; }
a { background-color: rgb(153,13,142); }
div.DivClassName
{
background-color: #990D8E;
}
.BgClassName
{
background-color: #990D8E;
}
</style>
border-color css
<style>
span { border-color: #990D8E; }
span { border-color: rgb(153,13,142); }
td.TdClassName
{
border-color: #990D8E;
}
.TagClassName
{
border-color: #990D8E;
}
</style>