Shades of Dark Magenta #990498
Tints of Dark Magenta #990498
RGB
CMYK
RGB Variations
Color information
#990498 (or 0x990498) is known color: Dark Magenta. HEX triplet: 99, 04 and 98. RGB value is (153,4,152). Sum of RGB (Red+Green+Blue) = 153+4+152=309 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.51% from 309); Green value is 4 (1.95% from 255 or 1.29% from 309); Blue value is 152 (59.77% from 255 or 49.19% from 309); Max value from RGB is 153 - color contains mainly: red. Hex color #990498 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990498 is #66FB67. Grayscale: #404040. Windows color (decimal): -6749032 or 9962649. OLE color: 9962649.
HSL color Cylindrical-coordinate representation of color #990498: hue angle of 300.4º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #990498 is Cyan = 0, Magento = 0.97, Yellow = 0.01 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 4 | 152 | - |
| CMYK | 0 | 0.97 | 0.01 | 0.4 |
| HSL | 300.4º | 0.95% | 0.31% | - |
| HSV(B) | 300.4º | 0.97% | 0.6% | - |
| XYZ | 18.85 | 9.13 | 30.47 | - |
| YUV | 65.42 | 176.86 | 190.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 4 | 152 | 0 | 0.97 | 0.01 | 0.4 | 300.4 | 0.95 | 0.31 |
| Hex | 99 | 4 | 98 | 0 | 61 | 1 | 28 | 12C | 5F | 1F |
| Octal | 231 | 4 | 230 | 0 | 141 | 1 | 50 | 454 | 137 | 37 |
| Binary | 10011001 | 100 | 10011000 | 0 | 1100001 | 1 | 101000 | 100101100 | 1011111 | 11111 |
Color Harmonies of #990498
Complementary color
Monochromatic Colors of #990498
Black with #990498
Text Example
Text Example
White with #990498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990498; }
p { color: rgb(153,4,152); }
H1.HeaderClassName
{
color: #990498;
}
.AnyTagClassName
{
color: #990498;
}
</style>
background-color css
<style>
a { background-color: #990498; }
a { background-color: rgb(153,4,152); }
div.DivClassName
{
background-color: #990498;
}
.BgClassName
{
background-color: #990498;
}
</style>
border-color css
<style>
span { border-color: #990498; }
span { border-color: rgb(153,4,152); }
td.TdClassName
{
border-color: #990498;
}
.TagClassName
{
border-color: #990498;
}
</style>