Shades of Dark Magenta #990F84
Tints of Dark Magenta #990F84
RGB
CMYK
RGB Variations
Color information
#990F84 (or 0x990F84) is known color: Dark Magenta. HEX triplet: 99, 0F and 84. RGB value is (153,15,132). Sum of RGB (Red+Green+Blue) = 153+15+132=300 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51% from 300); Green value is 15 (6.25% from 255 or 5% from 300); Blue value is 132 (51.95% from 255 or 44% from 300); Max value from RGB is 153 - color contains mainly: red. Hex color #990F84 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990F84 is #66F07B. Grayscale: #454545. Windows color (decimal): -6746236 or 8654745. OLE color: 8654745.
HSL color Cylindrical-coordinate representation of color #990F84: hue angle of 309.13º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #990F84 is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 15 | 132 | - |
| CMYK | 0 | 0.90 | 0.14 | 0.4 |
| HSL | 309.13º | 0.82% | 0.33% | - |
| HSV(B) | 309.13º | 0.9% | 0.6% | - |
| XYZ | 17.47 | 8.78 | 22.6 | - |
| YUV | 69.6 | 163.22 | 187.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 15 | 132 | 0 | 0.90 | 0.14 | 0.4 | 309.13 | 0.82 | 0.33 |
| Hex | 99 | F | 84 | 0 | 5A | E | 28 | 135 | 52 | 21 |
| Octal | 231 | 17 | 204 | 0 | 132 | 16 | 50 | 465 | 122 | 41 |
| Binary | 10011001 | 1111 | 10000100 | 0 | 1011010 | 1110 | 101000 | 100110101 | 1010010 | 100001 |
Color Harmonies of #990F84
Complementary color
Monochromatic Colors of #990F84
Black with #990F84
Text Example
Text Example
White with #990F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990F84; }
p { color: rgb(153,15,132); }
H1.HeaderClassName
{
color: #990F84;
}
.AnyTagClassName
{
color: #990F84;
}
</style>
background-color css
<style>
a { background-color: #990F84; }
a { background-color: rgb(153,15,132); }
div.DivClassName
{
background-color: #990F84;
}
.BgClassName
{
background-color: #990F84;
}
</style>
border-color css
<style>
span { border-color: #990F84; }
span { border-color: rgb(153,15,132); }
td.TdClassName
{
border-color: #990F84;
}
.TagClassName
{
border-color: #990F84;
}
</style>