Shades of Dark Magenta #980DAC
Tints of Dark Magenta #980DAC
RGB
CMYK
RGB Variations
Color information
#980DAC (or 0x980DAC) is known color: Dark Magenta. HEX triplet: 98, 0D and AC. RGB value is (152,13,172). Sum of RGB (Red+Green+Blue) = 152+13+172=337 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.10% from 337); Green value is 13 (5.47% from 255 or 3.86% from 337); Blue value is 172 (67.58% from 255 or 51.04% from 337); Max value from RGB is 172 - color contains mainly: blue. Hex color #980DAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980DAC is #67F253. Grayscale: #484848. Windows color (decimal): -6812244 or 11275672. OLE color: 11275672.
HSL color Cylindrical-coordinate representation of color #980DAC: hue angle of 292.45º degrees, saturation: 0.86, 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 #980DAC is Cyan = 0.12, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 152 | 13 | 172 | - |
| CMYK | 0.12 | 0.92 | 0 | 0.33 |
| HSL | 292.45º | 0.86% | 0.36% | - |
| HSV(B) | 292.45º | 0.92% | 0.67% | - |
| XYZ | 20.54 | 9.94 | 39.87 | - |
| YUV | 72.69 | 184.05 | 184.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 13 | 172 | 0.12 | 0.92 | 0 | 0.33 | 292.45 | 0.86 | 0.36 |
| Hex | 98 | D | AC | C | 5C | 0 | 21 | 124 | 56 | 24 |
| Octal | 230 | 15 | 254 | 14 | 134 | 0 | 41 | 444 | 126 | 44 |
| Binary | 10011000 | 1101 | 10101100 | 1100 | 1011100 | 0 | 100001 | 100100100 | 1010110 | 100100 |
Color Harmonies of #980DAC
Complementary color
Monochromatic Colors of #980DAC
Black with #980DAC
Text Example
Text Example
White with #980DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980DAC; }
p { color: rgb(152,13,172); }
H1.HeaderClassName
{
color: #980DAC;
}
.AnyTagClassName
{
color: #980DAC;
}
</style>
background-color css
<style>
a { background-color: #980DAC; }
a { background-color: rgb(152,13,172); }
div.DivClassName
{
background-color: #980DAC;
}
.BgClassName
{
background-color: #980DAC;
}
</style>
border-color css
<style>
span { border-color: #980DAC; }
span { border-color: rgb(152,13,172); }
td.TdClassName
{
border-color: #980DAC;
}
.TagClassName
{
border-color: #980DAC;
}
</style>