Shades of Dark Magenta #980FAA
Tints of Dark Magenta #980FAA
RGB
CMYK
RGB Variations
Color information
#980FAA (or 0x980FAA) is known color: Dark Magenta. HEX triplet: 98, 0F and AA. RGB value is (152,15,170). Sum of RGB (Red+Green+Blue) = 152+15+170=337 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.10% from 337); Green value is 15 (6.25% from 255 or 4.45% from 337); Blue value is 170 (66.80% from 255 or 50.45% from 337); Max value from RGB is 170 - color contains mainly: blue. Hex color #980FAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980FAA is #67F055. Grayscale: #494949. Windows color (decimal): -6811734 or 11145112. OLE color: 11145112.
HSL color Cylindrical-coordinate representation of color #980FAA: hue angle of 293.03º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #980FAA is Cyan = 0.11, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 152 | 15 | 170 | - |
| CMYK | 0.11 | 0.91 | 0 | 0.33 |
| HSL | 293.03º | 0.84% | 0.36% | - |
| HSV(B) | 293.03º | 0.91% | 0.67% | - |
| XYZ | 20.38 | 9.92 | 38.87 | - |
| YUV | 73.63 | 182.39 | 183.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 15 | 170 | 0.11 | 0.91 | 0 | 0.33 | 293.03 | 0.84 | 0.36 |
| Hex | 98 | F | AA | B | 5B | 0 | 21 | 125 | 54 | 24 |
| Octal | 230 | 17 | 252 | 13 | 133 | 0 | 41 | 445 | 124 | 44 |
| Binary | 10011000 | 1111 | 10101010 | 1011 | 1011011 | 0 | 100001 | 100100101 | 1010100 | 100100 |
Color Harmonies of #980FAA
Complementary color
Monochromatic Colors of #980FAA
Black with #980FAA
Text Example
Text Example
White with #980FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980FAA; }
p { color: rgb(152,15,170); }
H1.HeaderClassName
{
color: #980FAA;
}
.AnyTagClassName
{
color: #980FAA;
}
</style>
background-color css
<style>
a { background-color: #980FAA; }
a { background-color: rgb(152,15,170); }
div.DivClassName
{
background-color: #980FAA;
}
.BgClassName
{
background-color: #980FAA;
}
</style>
border-color css
<style>
span { border-color: #980FAA; }
span { border-color: rgb(152,15,170); }
td.TdClassName
{
border-color: #980FAA;
}
.TagClassName
{
border-color: #980FAA;
}
</style>