Shades of Dark Magenta #980BAE
Tints of Dark Magenta #980BAE
RGB
CMYK
RGB Variations
Color information
#980BAE (or 0x980BAE) is known color: Dark Magenta. HEX triplet: 98, 0B and AE. RGB value is (152,11,174). Sum of RGB (Red+Green+Blue) = 152+11+174=337 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.10% from 337); Green value is 11 (4.69% from 255 or 3.26% from 337); Blue value is 174 (68.36% from 255 or 51.63% from 337); Max value from RGB is 174 - color contains mainly: blue. Hex color #980BAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980BAE is #67F451. Grayscale: #474747. Windows color (decimal): -6812754 or 11406232. OLE color: 11406232.
HSL color Cylindrical-coordinate representation of color #980BAE: hue angle of 291.9º degrees, saturation: 0.88, 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 #980BAE is Cyan = 0.13, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 152 | 11 | 174 | - |
| CMYK | 0.13 | 0.94 | 0 | 0.32 |
| HSL | 291.9º | 0.88% | 0.36% | - |
| HSV(B) | 291.9º | 0.94% | 0.68% | - |
| XYZ | 20.71 | 9.97 | 40.88 | - |
| YUV | 71.74 | 185.71 | 185.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 11 | 174 | 0.13 | 0.94 | 0 | 0.32 | 291.9 | 0.88 | 0.36 |
| Hex | 98 | B | AE | D | 5E | 0 | 20 | 124 | 58 | 24 |
| Octal | 230 | 13 | 256 | 15 | 136 | 0 | 40 | 444 | 130 | 44 |
| Binary | 10011000 | 1011 | 10101110 | 1101 | 1011110 | 0 | 100000 | 100100100 | 1011000 | 100100 |
Color Harmonies of #980BAE
Complementary color
Monochromatic Colors of #980BAE
Black with #980BAE
Text Example
Text Example
White with #980BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980BAE; }
p { color: rgb(152,11,174); }
H1.HeaderClassName
{
color: #980BAE;
}
.AnyTagClassName
{
color: #980BAE;
}
</style>
background-color css
<style>
a { background-color: #980BAE; }
a { background-color: rgb(152,11,174); }
div.DivClassName
{
background-color: #980BAE;
}
.BgClassName
{
background-color: #980BAE;
}
</style>
border-color css
<style>
span { border-color: #980BAE; }
span { border-color: rgb(152,11,174); }
td.TdClassName
{
border-color: #980BAE;
}
.TagClassName
{
border-color: #980BAE;
}
</style>