Shades of Dark Magenta #980992
Tints of Dark Magenta #980992
RGB
CMYK
RGB Variations
Color information
#980992 (or 0x980992) is known color: Dark Magenta. HEX triplet: 98, 09 and 92. RGB value is (152,9,146). Sum of RGB (Red+Green+Blue) = 152+9+146=307 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.51% from 307); Green value is 9 (3.91% from 255 or 2.93% from 307); Blue value is 146 (57.42% from 255 or 47.56% from 307); Max value from RGB is 152 - color contains mainly: red. Hex color #980992 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980992 is #67F66D. Grayscale: #424242. Windows color (decimal): -6813294 or 9570712. OLE color: 9570712.
HSL color Cylindrical-coordinate representation of color #980992: hue angle of 302.52º 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 #980992 is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 9 | 146 | - |
| CMYK | 0 | 0.94 | 0.04 | 0.40 |
| HSL | 302.52º | 0.89% | 0.32% | - |
| HSV(B) | 302.52º | 0.94% | 0.6% | - |
| XYZ | 18.23 | 8.95 | 27.96 | - |
| YUV | 67.38 | 172.38 | 188.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 9 | 146 | 0 | 0.94 | 0.04 | 0.40 | 302.52 | 0.89 | 0.32 |
| Hex | 98 | 9 | 92 | 0 | 5E | 4 | 28 | 12F | 59 | 20 |
| Octal | 230 | 11 | 222 | 0 | 136 | 4 | 50 | 457 | 131 | 40 |
| Binary | 10011000 | 1001 | 10010010 | 0 | 1011110 | 100 | 101000 | 100101111 | 1011001 | 100000 |
Color Harmonies of #980992
Complementary color
Monochromatic Colors of #980992
Black with #980992
Text Example
Text Example
White with #980992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980992; }
p { color: rgb(152,9,146); }
H1.HeaderClassName
{
color: #980992;
}
.AnyTagClassName
{
color: #980992;
}
</style>
background-color css
<style>
a { background-color: #980992; }
a { background-color: rgb(152,9,146); }
div.DivClassName
{
background-color: #980992;
}
.BgClassName
{
background-color: #980992;
}
</style>
border-color css
<style>
span { border-color: #980992; }
span { border-color: rgb(152,9,146); }
td.TdClassName
{
border-color: #980992;
}
.TagClassName
{
border-color: #980992;
}
</style>