Shades of Dark Magenta #980482
Tints of Dark Magenta #980482
RGB
CMYK
RGB Variations
Color information
#980482 (or 0x980482) is known color: Dark Magenta. HEX triplet: 98, 04 and 82. RGB value is (152,4,130). Sum of RGB (Red+Green+Blue) = 152+4+130=286 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.15% from 286); Green value is 4 (1.95% from 255 or 1.40% from 286); Blue value is 130 (51.17% from 255 or 45.45% from 286); Max value from RGB is 152 - color contains mainly: red. Hex color #980482 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980482 is #67FB7D. Grayscale: #3E3E3E. Windows color (decimal): -6814590 or 8520856. OLE color: 8520856.
HSL color Cylindrical-coordinate representation of color #980482: hue angle of 308.92º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #980482 is Cyan = 0, Magento = 0.97, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 4 | 130 | - |
| CMYK | 0 | 0.97 | 0.14 | 0.40 |
| HSL | 308.92º | 0.95% | 0.31% | - |
| HSV(B) | 308.92º | 0.97% | 0.6% | - |
| XYZ | 17.02 | 8.37 | 21.84 | - |
| YUV | 62.62 | 166.03 | 191.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 4 | 130 | 0 | 0.97 | 0.14 | 0.40 | 308.92 | 0.95 | 0.31 |
| Hex | 98 | 4 | 82 | 0 | 61 | E | 28 | 135 | 5F | 1F |
| Octal | 230 | 4 | 202 | 0 | 141 | 16 | 50 | 465 | 137 | 37 |
| Binary | 10011000 | 100 | 10000010 | 0 | 1100001 | 1110 | 101000 | 100110101 | 1011111 | 11111 |
Color Harmonies of #980482
Complementary color
Monochromatic Colors of #980482
Black with #980482
Text Example
Text Example
White with #980482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980482; }
p { color: rgb(152,4,130); }
H1.HeaderClassName
{
color: #980482;
}
.AnyTagClassName
{
color: #980482;
}
</style>
background-color css
<style>
a { background-color: #980482; }
a { background-color: rgb(152,4,130); }
div.DivClassName
{
background-color: #980482;
}
.BgClassName
{
background-color: #980482;
}
</style>
border-color css
<style>
span { border-color: #980482; }
span { border-color: rgb(152,4,130); }
td.TdClassName
{
border-color: #980482;
}
.TagClassName
{
border-color: #980482;
}
</style>