Shades of Dark Magenta #990984
Tints of Dark Magenta #990984
RGB
CMYK
RGB Variations
Color information
#990984 (or 0x990984) is known color: Dark Magenta. HEX triplet: 99, 09 and 84. RGB value is (153,9,132). Sum of RGB (Red+Green+Blue) = 153+9+132=294 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.04% from 294); Green value is 9 (3.91% from 255 or 3.06% from 294); Blue value is 132 (51.95% from 255 or 44.90% from 294); Max value from RGB is 153 - color contains mainly: red. Hex color #990984 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990984 is #66F67B. Grayscale: #414141. Windows color (decimal): -6747772 or 8653209. OLE color: 8653209.
HSL color Cylindrical-coordinate representation of color #990984: hue angle of 308.75º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #990984 is Cyan = 0, Magento = 0.94, Yellow = 0.14 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 9 | 132 | - |
| CMYK | 0 | 0.94 | 0.14 | 0.4 |
| HSL | 308.75º | 0.89% | 0.32% | - |
| HSV(B) | 308.75º | 0.94% | 0.6% | - |
| XYZ | 17.4 | 8.63 | 22.58 | - |
| YUV | 66.08 | 165.21 | 190 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 9 | 132 | 0 | 0.94 | 0.14 | 0.4 | 308.75 | 0.89 | 0.32 |
| Hex | 99 | 9 | 84 | 0 | 5E | E | 28 | 135 | 59 | 20 |
| Octal | 231 | 11 | 204 | 0 | 136 | 16 | 50 | 465 | 131 | 40 |
| Binary | 10011001 | 1001 | 10000100 | 0 | 1011110 | 1110 | 101000 | 100110101 | 1011001 | 100000 |
Color Harmonies of #990984
Complementary color
Monochromatic Colors of #990984
Black with #990984
Text Example
Text Example
White with #990984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990984; }
p { color: rgb(153,9,132); }
H1.HeaderClassName
{
color: #990984;
}
.AnyTagClassName
{
color: #990984;
}
</style>
background-color css
<style>
a { background-color: #990984; }
a { background-color: rgb(153,9,132); }
div.DivClassName
{
background-color: #990984;
}
.BgClassName
{
background-color: #990984;
}
</style>
border-color css
<style>
span { border-color: #990984; }
span { border-color: rgb(153,9,132); }
td.TdClassName
{
border-color: #990984;
}
.TagClassName
{
border-color: #990984;
}
</style>