Shades of Dark Magenta #990992
Tints of Dark Magenta #990992
RGB
CMYK
RGB Variations
Color information
#990992 (or 0x990992) is known color: Dark Magenta. HEX triplet: 99, 09 and 92. RGB value is (153,9,146). Sum of RGB (Red+Green+Blue) = 153+9+146=308 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.68% from 308); Green value is 9 (3.91% from 255 or 2.92% from 308); Blue value is 146 (57.42% from 255 or 47.40% from 308); Max value from RGB is 153 - color contains mainly: red. Hex color #990992 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990992 is #66F66D. Grayscale: #434343. Windows color (decimal): -6747758 or 9570713. OLE color: 9570713.
HSL color Cylindrical-coordinate representation of color #990992: hue angle of 302.92º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #990992 is Cyan = 0, Magento = 0.94, Yellow = 0.05 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 9 | 146 | - |
| CMYK | 0 | 0.94 | 0.05 | 0.4 |
| HSL | 302.92º | 0.89% | 0.32% | - |
| HSV(B) | 302.92º | 0.94% | 0.6% | - |
| XYZ | 18.42 | 9.04 | 27.97 | - |
| YUV | 67.67 | 172.21 | 188.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 9 | 146 | 0 | 0.94 | 0.05 | 0.4 | 302.92 | 0.89 | 0.32 |
| Hex | 99 | 9 | 92 | 0 | 5E | 5 | 28 | 12F | 59 | 20 |
| Octal | 231 | 11 | 222 | 0 | 136 | 5 | 50 | 457 | 131 | 40 |
| Binary | 10011001 | 1001 | 10010010 | 0 | 1011110 | 101 | 101000 | 100101111 | 1011001 | 100000 |
Color Harmonies of #990992
Complementary color
Monochromatic Colors of #990992
Black with #990992
Text Example
Text Example
White with #990992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990992; }
p { color: rgb(153,9,146); }
H1.HeaderClassName
{
color: #990992;
}
.AnyTagClassName
{
color: #990992;
}
</style>
background-color css
<style>
a { background-color: #990992; }
a { background-color: rgb(153,9,146); }
div.DivClassName
{
background-color: #990992;
}
.BgClassName
{
background-color: #990992;
}
</style>
border-color css
<style>
span { border-color: #990992; }
span { border-color: rgb(153,9,146); }
td.TdClassName
{
border-color: #990992;
}
.TagClassName
{
border-color: #990992;
}
</style>