Shades of Dark Magenta #990797
Tints of Dark Magenta #990797
RGB
CMYK
RGB Variations
Color information
#990797 (or 0x990797) is known color: Dark Magenta. HEX triplet: 99, 07 and 97. RGB value is (153,7,151). Sum of RGB (Red+Green+Blue) = 153+7+151=311 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.20% from 311); Green value is 7 (3.12% from 255 or 2.25% from 311); Blue value is 151 (59.38% from 255 or 48.55% from 311); Max value from RGB is 153 - color contains mainly: red. Hex color #990797 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990797 is #66F868. Grayscale: #424242. Windows color (decimal): -6748265 or 9897881. OLE color: 9897881.
HSL color Cylindrical-coordinate representation of color #990797: hue angle of 300.82º 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 #990797 is Cyan = 0, Magento = 0.95, Yellow = 0.01 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 7 | 151 | - |
| CMYK | 0 | 0.95 | 0.01 | 0.4 |
| HSL | 300.82º | 0.91% | 0.31% | - |
| HSV(B) | 300.82º | 0.95% | 0.6% | - |
| XYZ | 18.8 | 9.16 | 30.06 | - |
| YUV | 67.07 | 175.37 | 189.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 7 | 151 | 0 | 0.95 | 0.01 | 0.4 | 300.82 | 0.91 | 0.31 |
| Hex | 99 | 7 | 97 | 0 | 5F | 1 | 28 | 12D | 5B | 1F |
| Octal | 231 | 7 | 227 | 0 | 137 | 1 | 50 | 455 | 133 | 37 |
| Binary | 10011001 | 111 | 10010111 | 0 | 1011111 | 1 | 101000 | 100101101 | 1011011 | 11111 |
Color Harmonies of #990797
Complementary color
Monochromatic Colors of #990797
Black with #990797
Text Example
Text Example
White with #990797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990797; }
p { color: rgb(153,7,151); }
H1.HeaderClassName
{
color: #990797;
}
.AnyTagClassName
{
color: #990797;
}
</style>
background-color css
<style>
a { background-color: #990797; }
a { background-color: rgb(153,7,151); }
div.DivClassName
{
background-color: #990797;
}
.BgClassName
{
background-color: #990797;
}
</style>
border-color css
<style>
span { border-color: #990797; }
span { border-color: rgb(153,7,151); }
td.TdClassName
{
border-color: #990797;
}
.TagClassName
{
border-color: #990797;
}
</style>