Shades of Dark Magenta #990781
Tints of Dark Magenta #990781
RGB
CMYK
RGB Variations
Color information
#990781 (or 0x990781) is known color: Dark Magenta. HEX triplet: 99, 07 and 81. RGB value is (153,7,129). Sum of RGB (Red+Green+Blue) = 153+7+129=289 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.94% from 289); Green value is 7 (3.12% from 255 or 2.42% from 289); Blue value is 129 (50.78% from 255 or 44.64% from 289); Max value from RGB is 153 - color contains mainly: red. Hex color #990781 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990781 is #66F87E. Grayscale: #404040. Windows color (decimal): -6748287 or 8456089. OLE color: 8456089.
HSL color Cylindrical-coordinate representation of color #990781: hue angle of 309.86º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #990781 is Cyan = 0, Magento = 0.95, Yellow = 0.16 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 7 | 129 | - |
| CMYK | 0 | 0.95 | 0.16 | 0.4 |
| HSL | 309.86º | 0.91% | 0.31% | - |
| HSV(B) | 309.86º | 0.95% | 0.6% | - |
| XYZ | 17.18 | 8.51 | 21.51 | - |
| YUV | 64.56 | 164.37 | 191.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 7 | 129 | 0 | 0.95 | 0.16 | 0.4 | 309.86 | 0.91 | 0.31 |
| Hex | 99 | 7 | 81 | 0 | 5F | 10 | 28 | 136 | 5B | 1F |
| Octal | 231 | 7 | 201 | 0 | 137 | 20 | 50 | 466 | 133 | 37 |
| Binary | 10011001 | 111 | 10000001 | 0 | 1011111 | 10000 | 101000 | 100110110 | 1011011 | 11111 |
Color Harmonies of #990781
Complementary color
Monochromatic Colors of #990781
Black with #990781
Text Example
Text Example
White with #990781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990781; }
p { color: rgb(153,7,129); }
H1.HeaderClassName
{
color: #990781;
}
.AnyTagClassName
{
color: #990781;
}
</style>
background-color css
<style>
a { background-color: #990781; }
a { background-color: rgb(153,7,129); }
div.DivClassName
{
background-color: #990781;
}
.BgClassName
{
background-color: #990781;
}
</style>
border-color css
<style>
span { border-color: #990781; }
span { border-color: rgb(153,7,129); }
td.TdClassName
{
border-color: #990781;
}
.TagClassName
{
border-color: #990781;
}
</style>