Shades of Dark Magenta #980CAA
Tints of Dark Magenta #980CAA
RGB
CMYK
RGB Variations
Color information
#980CAA (or 0x980CAA) is known color: Dark Magenta. HEX triplet: 98, 0C and AA. RGB value is (152,12,170). Sum of RGB (Red+Green+Blue) = 152+12+170=334 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.51% from 334); Green value is 12 (5.08% from 255 or 3.59% from 334); Blue value is 170 (66.80% from 255 or 50.90% from 334); Max value from RGB is 170 - color contains mainly: blue. Hex color #980CAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980CAA is #67F355. Grayscale: #474747. Windows color (decimal): -6812502 or 11144344. OLE color: 11144344.
HSL color Cylindrical-coordinate representation of color #980CAA: hue angle of 293.16º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #980CAA is Cyan = 0.11, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 152 | 12 | 170 | - |
| CMYK | 0.11 | 0.93 | 0 | 0.33 |
| HSL | 293.16º | 0.87% | 0.36% | - |
| HSV(B) | 293.16º | 0.93% | 0.67% | - |
| XYZ | 20.34 | 9.84 | 38.86 | - |
| YUV | 71.87 | 183.38 | 185.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 12 | 170 | 0.11 | 0.93 | 0 | 0.33 | 293.16 | 0.87 | 0.36 |
| Hex | 98 | C | AA | B | 5D | 0 | 21 | 125 | 57 | 24 |
| Octal | 230 | 14 | 252 | 13 | 135 | 0 | 41 | 445 | 127 | 44 |
| Binary | 10011000 | 1100 | 10101010 | 1011 | 1011101 | 0 | 100001 | 100100101 | 1010111 | 100100 |
Color Harmonies of #980CAA
Complementary color
Monochromatic Colors of #980CAA
Black with #980CAA
Text Example
Text Example
White with #980CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980CAA; }
p { color: rgb(152,12,170); }
H1.HeaderClassName
{
color: #980CAA;
}
.AnyTagClassName
{
color: #980CAA;
}
</style>
background-color css
<style>
a { background-color: #980CAA; }
a { background-color: rgb(152,12,170); }
div.DivClassName
{
background-color: #980CAA;
}
.BgClassName
{
background-color: #980CAA;
}
</style>
border-color css
<style>
span { border-color: #980CAA; }
span { border-color: rgb(152,12,170); }
td.TdClassName
{
border-color: #980CAA;
}
.TagClassName
{
border-color: #980CAA;
}
</style>