Shades of Dark Magenta #980980
Tints of Dark Magenta #980980
RGB
CMYK
RGB Variations
Color information
#980980 (or 0x980980) is known color: Dark Magenta. HEX triplet: 98, 09 and 80. RGB value is (152,9,128). Sum of RGB (Red+Green+Blue) = 152+9+128=289 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.60% from 289); Green value is 9 (3.91% from 255 or 3.11% from 289); Blue value is 128 (50.39% from 255 or 44.29% from 289); Max value from RGB is 152 - color contains mainly: red. Hex color #980980 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980980 is #67F67F. Grayscale: #404040. Windows color (decimal): -6813312 or 8391064. OLE color: 8391064.
HSL color Cylindrical-coordinate representation of color #980980: hue angle of 310.07º 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 #980980 is Cyan = 0, Magento = 0.94, Yellow = 0.16 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 9 | 128 | - |
| CMYK | 0 | 0.94 | 0.16 | 0.40 |
| HSL | 310.07º | 0.89% | 0.32% | - |
| HSV(B) | 310.07º | 0.94% | 0.6% | - |
| XYZ | 16.94 | 8.43 | 21.16 | - |
| YUV | 65.32 | 163.38 | 189.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 9 | 128 | 0 | 0.94 | 0.16 | 0.40 | 310.07 | 0.89 | 0.32 |
| Hex | 98 | 9 | 80 | 0 | 5E | 10 | 28 | 136 | 59 | 20 |
| Octal | 230 | 11 | 200 | 0 | 136 | 20 | 50 | 466 | 131 | 40 |
| Binary | 10011000 | 1001 | 10000000 | 0 | 1011110 | 10000 | 101000 | 100110110 | 1011001 | 100000 |
Color Harmonies of #980980
Complementary color
Monochromatic Colors of #980980
Black with #980980
Text Example
Text Example
White with #980980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980980; }
p { color: rgb(152,9,128); }
H1.HeaderClassName
{
color: #980980;
}
.AnyTagClassName
{
color: #980980;
}
</style>
background-color css
<style>
a { background-color: #980980; }
a { background-color: rgb(152,9,128); }
div.DivClassName
{
background-color: #980980;
}
.BgClassName
{
background-color: #980980;
}
</style>
border-color css
<style>
span { border-color: #980980; }
span { border-color: rgb(152,9,128); }
td.TdClassName
{
border-color: #980980;
}
.TagClassName
{
border-color: #980980;
}
</style>