Shades of Dark Magenta #990981
Tints of Dark Magenta #990981
RGB
CMYK
RGB Variations
Color information
#990981 (or 0x990981) is known color: Dark Magenta. HEX triplet: 99, 09 and 81. RGB value is (153,9,129). Sum of RGB (Red+Green+Blue) = 153+9+129=291 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.58% from 291); Green value is 9 (3.91% from 255 or 3.09% from 291); Blue value is 129 (50.78% from 255 or 44.33% from 291); Max value from RGB is 153 - color contains mainly: red. Hex color #990981 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990981 is #66F67E. Grayscale: #414141. Windows color (decimal): -6747775 or 8456601. OLE color: 8456601.
HSL color Cylindrical-coordinate representation of color #990981: hue angle of 310º 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 #990981 is Cyan = 0, Magento = 0.94, Yellow = 0.16 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 9 | 129 | - |
| CMYK | 0 | 0.94 | 0.16 | 0.4 |
| HSL | 310º | 0.89% | 0.32% | - |
| HSV(B) | 310º | 0.94% | 0.6% | - |
| XYZ | 17.2 | 8.55 | 21.51 | - |
| YUV | 65.74 | 163.71 | 190.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 9 | 129 | 0 | 0.94 | 0.16 | 0.4 | 310 | 0.89 | 0.32 |
| Hex | 99 | 9 | 81 | 0 | 5E | 10 | 28 | 136 | 59 | 20 |
| Octal | 231 | 11 | 201 | 0 | 136 | 20 | 50 | 466 | 131 | 40 |
| Binary | 10011001 | 1001 | 10000001 | 0 | 1011110 | 10000 | 101000 | 100110110 | 1011001 | 100000 |
Color Harmonies of #990981
Complementary color
Monochromatic Colors of #990981
Black with #990981
Text Example
Text Example
White with #990981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990981; }
p { color: rgb(153,9,129); }
H1.HeaderClassName
{
color: #990981;
}
.AnyTagClassName
{
color: #990981;
}
</style>
background-color css
<style>
a { background-color: #990981; }
a { background-color: rgb(153,9,129); }
div.DivClassName
{
background-color: #990981;
}
.BgClassName
{
background-color: #990981;
}
</style>
border-color css
<style>
span { border-color: #990981; }
span { border-color: rgb(153,9,129); }
td.TdClassName
{
border-color: #990981;
}
.TagClassName
{
border-color: #990981;
}
</style>