Shades of Dark Magenta #980996
Tints of Dark Magenta #980996
RGB
CMYK
RGB Variations
Color information
#980996 (or 0x980996) is known color: Dark Magenta. HEX triplet: 98, 09 and 96. RGB value is (152,9,150). Sum of RGB (Red+Green+Blue) = 152+9+150=311 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.87% from 311); Green value is 9 (3.91% from 255 or 2.89% from 311); Blue value is 150 (58.98% from 255 or 48.23% from 311); Max value from RGB is 152 - color contains mainly: red. Hex color #980996 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980996 is #67F669. Grayscale: #434343. Windows color (decimal): -6813290 or 9832856. OLE color: 9832856.
HSL color Cylindrical-coordinate representation of color #980996: hue angle of 300.84º 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 #980996 is Cyan = 0, Magento = 0.94, Yellow = 0.01 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 9 | 150 | - |
| CMYK | 0 | 0.94 | 0.01 | 0.40 |
| HSL | 300.84º | 0.89% | 0.32% | - |
| HSV(B) | 300.84º | 0.94% | 0.6% | - |
| XYZ | 18.55 | 9.07 | 29.63 | - |
| YUV | 67.83 | 174.38 | 188.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 9 | 150 | 0 | 0.94 | 0.01 | 0.40 | 300.84 | 0.89 | 0.32 |
| Hex | 98 | 9 | 96 | 0 | 5E | 1 | 28 | 12D | 59 | 20 |
| Octal | 230 | 11 | 226 | 0 | 136 | 1 | 50 | 455 | 131 | 40 |
| Binary | 10011000 | 1001 | 10010110 | 0 | 1011110 | 1 | 101000 | 100101101 | 1011001 | 100000 |
Color Harmonies of #980996
Complementary color
Monochromatic Colors of #980996
Black with #980996
Text Example
Text Example
White with #980996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980996; }
p { color: rgb(152,9,150); }
H1.HeaderClassName
{
color: #980996;
}
.AnyTagClassName
{
color: #980996;
}
</style>
background-color css
<style>
a { background-color: #980996; }
a { background-color: rgb(152,9,150); }
div.DivClassName
{
background-color: #980996;
}
.BgClassName
{
background-color: #980996;
}
</style>
border-color css
<style>
span { border-color: #980996; }
span { border-color: rgb(152,9,150); }
td.TdClassName
{
border-color: #980996;
}
.TagClassName
{
border-color: #980996;
}
</style>