Shades of Dark Magenta #990881
Tints of Dark Magenta #990881
RGB
CMYK
RGB Variations
Color information
#990881 (or 0x990881) is known color: Dark Magenta. HEX triplet: 99, 08 and 81. RGB value is (153,8,129). Sum of RGB (Red+Green+Blue) = 153+8+129=290 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.76% from 290); Green value is 8 (3.52% from 255 or 2.76% from 290); Blue value is 129 (50.78% from 255 or 44.48% from 290); Max value from RGB is 153 - color contains mainly: red. Hex color #990881 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990881 is #66F77E. Grayscale: #404040. Windows color (decimal): -6748031 or 8456345. OLE color: 8456345.
HSL color Cylindrical-coordinate representation of color #990881: hue angle of 309.93º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #990881 is Cyan = 0, Magento = 0.95, Yellow = 0.16 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 8 | 129 | - |
| CMYK | 0 | 0.95 | 0.16 | 0.4 |
| HSL | 309.93º | 0.9% | 0.32% | - |
| HSV(B) | 309.93º | 0.95% | 0.6% | - |
| XYZ | 17.19 | 8.53 | 21.51 | - |
| YUV | 65.15 | 164.04 | 190.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 8 | 129 | 0 | 0.95 | 0.16 | 0.4 | 309.93 | 0.9 | 0.32 |
| Hex | 99 | 8 | 81 | 0 | 5F | 10 | 28 | 136 | 5A | 20 |
| Octal | 231 | 10 | 201 | 0 | 137 | 20 | 50 | 466 | 132 | 40 |
| Binary | 10011001 | 1000 | 10000001 | 0 | 1011111 | 10000 | 101000 | 100110110 | 1011010 | 100000 |
Color Harmonies of #990881
Complementary color
Monochromatic Colors of #990881
Black with #990881
Text Example
Text Example
White with #990881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990881; }
p { color: rgb(153,8,129); }
H1.HeaderClassName
{
color: #990881;
}
.AnyTagClassName
{
color: #990881;
}
</style>
background-color css
<style>
a { background-color: #990881; }
a { background-color: rgb(153,8,129); }
div.DivClassName
{
background-color: #990881;
}
.BgClassName
{
background-color: #990881;
}
</style>
border-color css
<style>
span { border-color: #990881; }
span { border-color: rgb(153,8,129); }
td.TdClassName
{
border-color: #990881;
}
.TagClassName
{
border-color: #990881;
}
</style>