Shades of Dark Magenta #980EAA
Tints of Dark Magenta #980EAA
RGB
CMYK
RGB Variations
Color information
#980EAA (or 0x980EAA) is known color: Dark Magenta. HEX triplet: 98, 0E and AA. RGB value is (152,14,170). Sum of RGB (Red+Green+Blue) = 152+14+170=336 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.24% from 336); Green value is 14 (5.86% from 255 or 4.17% from 336); Blue value is 170 (66.80% from 255 or 50.60% from 336); Max value from RGB is 170 - color contains mainly: blue. Hex color #980EAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980EAA is #67F155. Grayscale: #484848. Windows color (decimal): -6811990 or 11144856. OLE color: 11144856.
HSL color Cylindrical-coordinate representation of color #980EAA: hue angle of 293.08º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #980EAA is Cyan = 0.11, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 152 | 14 | 170 | - |
| CMYK | 0.11 | 0.92 | 0 | 0.33 |
| HSL | 293.08º | 0.85% | 0.36% | - |
| HSV(B) | 293.08º | 0.92% | 0.67% | - |
| XYZ | 20.36 | 9.89 | 38.87 | - |
| YUV | 73.05 | 182.72 | 184.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 14 | 170 | 0.11 | 0.92 | 0 | 0.33 | 293.08 | 0.85 | 0.36 |
| Hex | 98 | E | AA | B | 5C | 0 | 21 | 125 | 55 | 24 |
| Octal | 230 | 16 | 252 | 13 | 134 | 0 | 41 | 445 | 125 | 44 |
| Binary | 10011000 | 1110 | 10101010 | 1011 | 1011100 | 0 | 100001 | 100100101 | 1010101 | 100100 |
Color Harmonies of #980EAA
Complementary color
Monochromatic Colors of #980EAA
Black with #980EAA
Text Example
Text Example
White with #980EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980EAA; }
p { color: rgb(152,14,170); }
H1.HeaderClassName
{
color: #980EAA;
}
.AnyTagClassName
{
color: #980EAA;
}
</style>
background-color css
<style>
a { background-color: #980EAA; }
a { background-color: rgb(152,14,170); }
div.DivClassName
{
background-color: #980EAA;
}
.BgClassName
{
background-color: #980EAA;
}
</style>
border-color css
<style>
span { border-color: #980EAA; }
span { border-color: rgb(152,14,170); }
td.TdClassName
{
border-color: #980EAA;
}
.TagClassName
{
border-color: #980EAA;
}
</style>