Shades of Dark Magenta #990592
Tints of Dark Magenta #990592
RGB
CMYK
RGB Variations
Color information
#990592 (or 0x990592) is known color: Dark Magenta. HEX triplet: 99, 05 and 92. RGB value is (153,5,146). Sum of RGB (Red+Green+Blue) = 153+5+146=304 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.33% from 304); Green value is 5 (2.34% from 255 or 1.64% from 304); Blue value is 146 (57.42% from 255 or 48.03% from 304); Max value from RGB is 153 - color contains mainly: red. Hex color #990592 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990592 is #66FA6D. Grayscale: #404040. Windows color (decimal): -6748782 or 9569689. OLE color: 9569689.
HSL color Cylindrical-coordinate representation of color #990592: hue angle of 302.84º degrees, saturation: 0.94, 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 #990592 is Cyan = 0, Magento = 0.97, Yellow = 0.05 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 5 | 146 | - |
| CMYK | 0 | 0.97 | 0.05 | 0.4 |
| HSL | 302.84º | 0.94% | 0.31% | - |
| HSV(B) | 302.84º | 0.97% | 0.6% | - |
| XYZ | 18.38 | 8.96 | 27.95 | - |
| YUV | 65.33 | 173.53 | 190.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 5 | 146 | 0 | 0.97 | 0.05 | 0.4 | 302.84 | 0.94 | 0.31 |
| Hex | 99 | 5 | 92 | 0 | 61 | 5 | 28 | 12F | 5E | 1F |
| Octal | 231 | 5 | 222 | 0 | 141 | 5 | 50 | 457 | 136 | 37 |
| Binary | 10011001 | 101 | 10010010 | 0 | 1100001 | 101 | 101000 | 100101111 | 1011110 | 11111 |
Color Harmonies of #990592
Complementary color
Monochromatic Colors of #990592
Black with #990592
Text Example
Text Example
White with #990592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990592; }
p { color: rgb(153,5,146); }
H1.HeaderClassName
{
color: #990592;
}
.AnyTagClassName
{
color: #990592;
}
</style>
background-color css
<style>
a { background-color: #990592; }
a { background-color: rgb(153,5,146); }
div.DivClassName
{
background-color: #990592;
}
.BgClassName
{
background-color: #990592;
}
</style>
border-color css
<style>
span { border-color: #990592; }
span { border-color: rgb(153,5,146); }
td.TdClassName
{
border-color: #990592;
}
.TagClassName
{
border-color: #990592;
}
</style>