Shades of Dark Magenta #980AAD
Tints of Dark Magenta #980AAD
RGB
CMYK
RGB Variations
Color information
#980AAD (or 0x980AAD) is known color: Dark Magenta. HEX triplet: 98, 0A and AD. RGB value is (152,10,173). Sum of RGB (Red+Green+Blue) = 152+10+173=335 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.37% from 335); Green value is 10 (4.30% from 255 or 2.99% from 335); Blue value is 173 (67.97% from 255 or 51.64% from 335); Max value from RGB is 173 - color contains mainly: blue. Hex color #980AAD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980AAD is #67F552. Grayscale: #464646. Windows color (decimal): -6813011 or 11340440. OLE color: 11340440.
HSL color Cylindrical-coordinate representation of color #980AAD: hue angle of 292.27º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #980AAD is Cyan = 0.12, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 152 | 10 | 173 | - |
| CMYK | 0.12 | 0.94 | 0 | 0.32 |
| HSL | 292.27º | 0.89% | 0.36% | - |
| HSV(B) | 292.27º | 0.94% | 0.68% | - |
| XYZ | 20.6 | 9.91 | 40.36 | - |
| YUV | 71.04 | 185.54 | 185.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 10 | 173 | 0.12 | 0.94 | 0 | 0.32 | 292.27 | 0.89 | 0.36 |
| Hex | 98 | A | AD | C | 5E | 0 | 20 | 124 | 59 | 24 |
| Octal | 230 | 12 | 255 | 14 | 136 | 0 | 40 | 444 | 131 | 44 |
| Binary | 10011000 | 1010 | 10101101 | 1100 | 1011110 | 0 | 100000 | 100100100 | 1011001 | 100100 |
Color Harmonies of #980AAD
Complementary color
Monochromatic Colors of #980AAD
Black with #980AAD
Text Example
Text Example
White with #980AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980AAD; }
p { color: rgb(152,10,173); }
H1.HeaderClassName
{
color: #980AAD;
}
.AnyTagClassName
{
color: #980AAD;
}
</style>
background-color css
<style>
a { background-color: #980AAD; }
a { background-color: rgb(152,10,173); }
div.DivClassName
{
background-color: #980AAD;
}
.BgClassName
{
background-color: #980AAD;
}
</style>
border-color css
<style>
span { border-color: #980AAD; }
span { border-color: rgb(152,10,173); }
td.TdClassName
{
border-color: #980AAD;
}
.TagClassName
{
border-color: #980AAD;
}
</style>