Shades of Dark Magenta #990798
Tints of Dark Magenta #990798
RGB
CMYK
RGB Variations
Color information
#990798 (or 0x990798) is known color: Dark Magenta. HEX triplet: 99, 07 and 98. RGB value is (153,7,152). Sum of RGB (Red+Green+Blue) = 153+7+152=312 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.04% from 312); Green value is 7 (3.12% from 255 or 2.24% from 312); Blue value is 152 (59.77% from 255 or 48.72% from 312); Max value from RGB is 153 - color contains mainly: red. Hex color #990798 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990798 is #66F867. Grayscale: #424242. Windows color (decimal): -6748264 or 9963417. OLE color: 9963417.
HSL color Cylindrical-coordinate representation of color #990798: hue angle of 300.41º 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 #990798 is Cyan = 0, Magento = 0.95, Yellow = 0.01 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 7 | 152 | - |
| CMYK | 0 | 0.95 | 0.01 | 0.4 |
| HSL | 300.41º | 0.91% | 0.31% | - |
| HSV(B) | 300.41º | 0.95% | 0.6% | - |
| XYZ | 18.88 | 9.19 | 30.48 | - |
| YUV | 67.18 | 175.87 | 189.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 7 | 152 | 0 | 0.95 | 0.01 | 0.4 | 300.41 | 0.91 | 0.31 |
| Hex | 99 | 7 | 98 | 0 | 5F | 1 | 28 | 12C | 5B | 1F |
| Octal | 231 | 7 | 230 | 0 | 137 | 1 | 50 | 454 | 133 | 37 |
| Binary | 10011001 | 111 | 10011000 | 0 | 1011111 | 1 | 101000 | 100101100 | 1011011 | 11111 |
Color Harmonies of #990798
Complementary color
Monochromatic Colors of #990798
Black with #990798
Text Example
Text Example
White with #990798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990798; }
p { color: rgb(153,7,152); }
H1.HeaderClassName
{
color: #990798;
}
.AnyTagClassName
{
color: #990798;
}
</style>
background-color css
<style>
a { background-color: #990798; }
a { background-color: rgb(153,7,152); }
div.DivClassName
{
background-color: #990798;
}
.BgClassName
{
background-color: #990798;
}
</style>
border-color css
<style>
span { border-color: #990798; }
span { border-color: rgb(153,7,152); }
td.TdClassName
{
border-color: #990798;
}
.TagClassName
{
border-color: #990798;
}
</style>