Shades of Dark Magenta #980082
Tints of Dark Magenta #980082
RGB
CMYK
RGB Variations
Color information
#980082 (or 0x980082) is known color: Dark Magenta. HEX triplet: 98, 00 and 82. RGB value is (152,0,130). Sum of RGB (Red+Green+Blue) = 152+0+130=282 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.90% from 282); Green value is 0 (0.39% from 255 or 0% from 282); Blue value is 130 (51.17% from 255 or 46.10% from 282); Max value from RGB is 152 - color contains mainly: red. Hex color #980082 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980082 is #67FF7D. Grayscale: #3B3B3B. Windows color (decimal): -6815614 or 8519832. OLE color: 8519832.
HSL color Cylindrical-coordinate representation of color #980082: hue angle of 308.68º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #980082 is Cyan = 0, Magento = 1, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 0 | 130 | - |
| CMYK | 0 | 1 | 0.14 | 0.40 |
| HSL | 308.68º | 1% | 0.3% | - |
| HSV(B) | 308.68º | 1% | 0.6% | - |
| XYZ | 16.98 | 8.29 | 21.82 | - |
| YUV | 60.27 | 167.36 | 193.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 0 | 130 | 0 | 1 | 0.14 | 0.40 | 308.68 | 1 | 0.3 |
| Hex | 98 | 0 | 82 | 0 | 64 | E | 28 | 135 | 64 | 1E |
| Octal | 230 | 0 | 202 | 0 | 144 | 16 | 50 | 465 | 144 | 36 |
| Binary | 10011000 | 0 | 10000010 | 0 | 1100100 | 1110 | 101000 | 100110101 | 1100100 | 11110 |
Color Harmonies of #980082
Complementary color
Monochromatic Colors of #980082
Black with #980082
Text Example
Text Example
White with #980082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980082; }
p { color: rgb(152,0,130); }
H1.HeaderClassName
{
color: #980082;
}
.AnyTagClassName
{
color: #980082;
}
</style>
background-color css
<style>
a { background-color: #980082; }
a { background-color: rgb(152,0,130); }
div.DivClassName
{
background-color: #980082;
}
.BgClassName
{
background-color: #980082;
}
</style>
border-color css
<style>
span { border-color: #980082; }
span { border-color: rgb(152,0,130); }
td.TdClassName
{
border-color: #980082;
}
.TagClassName
{
border-color: #980082;
}
</style>