Shades of Dark Magenta #980BAC
Tints of Dark Magenta #980BAC
RGB
CMYK
RGB Variations
Color information
#980BAC (or 0x980BAC) is known color: Dark Magenta. HEX triplet: 98, 0B and AC. RGB value is (152,11,172). Sum of RGB (Red+Green+Blue) = 152+11+172=335 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.37% from 335); Green value is 11 (4.69% from 255 or 3.28% from 335); Blue value is 172 (67.58% from 255 or 51.34% from 335); Max value from RGB is 172 - color contains mainly: blue. Hex color #980BAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980BAC is #67F453. Grayscale: #474747. Windows color (decimal): -6812756 or 11275160. OLE color: 11275160.
HSL color Cylindrical-coordinate representation of color #980BAC: hue angle of 292.55º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #980BAC is Cyan = 0.12, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 152 | 11 | 172 | - |
| CMYK | 0.12 | 0.94 | 0 | 0.33 |
| HSL | 292.55º | 0.88% | 0.36% | - |
| HSV(B) | 292.55º | 0.94% | 0.67% | - |
| XYZ | 20.51 | 9.89 | 39.86 | - |
| YUV | 71.51 | 184.71 | 185.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 11 | 172 | 0.12 | 0.94 | 0 | 0.33 | 292.55 | 0.88 | 0.36 |
| Hex | 98 | B | AC | C | 5E | 0 | 21 | 125 | 58 | 24 |
| Octal | 230 | 13 | 254 | 14 | 136 | 0 | 41 | 445 | 130 | 44 |
| Binary | 10011000 | 1011 | 10101100 | 1100 | 1011110 | 0 | 100001 | 100100101 | 1011000 | 100100 |
Color Harmonies of #980BAC
Complementary color
Monochromatic Colors of #980BAC
Black with #980BAC
Text Example
Text Example
White with #980BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980BAC; }
p { color: rgb(152,11,172); }
H1.HeaderClassName
{
color: #980BAC;
}
.AnyTagClassName
{
color: #980BAC;
}
</style>
background-color css
<style>
a { background-color: #980BAC; }
a { background-color: rgb(152,11,172); }
div.DivClassName
{
background-color: #980BAC;
}
.BgClassName
{
background-color: #980BAC;
}
</style>
border-color css
<style>
span { border-color: #980BAC; }
span { border-color: rgb(152,11,172); }
td.TdClassName
{
border-color: #980BAC;
}
.TagClassName
{
border-color: #980BAC;
}
</style>