Shades of Dark Magenta #82008D
Tints of Dark Magenta #82008D
RGB
CMYK
RGB Variations
Color information
#82008D (or 0x82008D) is known color: Dark Magenta. HEX triplet: 82, 00 and 8D. RGB value is (130,0,141). Sum of RGB (Red+Green+Blue) = 130+0+141=271 (35% of max value = 765). Red value is 130 (51.17% from 255 or 47.97% from 271); Green value is 0 (0.39% from 255 or 0% from 271); Blue value is 141 (55.47% from 255 or 52.03% from 271); Max value from RGB is 141 - color contains mainly: blue. Hex color #82008D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #82008D is #7DFF72. Grayscale: #363636. Windows color (decimal): -8257395 or 9240706. OLE color: 9240706.
HSL color Cylindrical-coordinate representation of color #82008D: hue angle of 295.32º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #82008D is Cyan = 0.08, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 130 | 0 | 141 | - |
| CMYK | 0.08 | 1 | 0 | 0.45 |
| HSL | 295.32º | 1% | 0.28% | - |
| HSV(B) | 295.32º | 1% | 0.55% | - |
| XYZ | 14.01 | 6.67 | 25.75 | - |
| YUV | 54.94 | 176.57 | 181.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 0 | 141 | 0.08 | 1 | 0 | 0.45 | 295.32 | 1 | 0.28 |
| Hex | 82 | 0 | 8D | 8 | 64 | 0 | 2D | 127 | 64 | 1C |
| Octal | 202 | 0 | 215 | 10 | 144 | 0 | 55 | 447 | 144 | 34 |
| Binary | 10000010 | 0 | 10001101 | 1000 | 1100100 | 0 | 101101 | 100100111 | 1100100 | 11100 |
Color Harmonies of #82008D
Complementary color
Monochromatic Colors of #82008D
Black with #82008D
Text Example
Text Example
White with #82008D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82008D; }
p { color: rgb(130,0,141); }
H1.HeaderClassName
{
color: #82008D;
}
.AnyTagClassName
{
color: #82008D;
}
</style>
background-color css
<style>
a { background-color: #82008D; }
a { background-color: rgb(130,0,141); }
div.DivClassName
{
background-color: #82008D;
}
.BgClassName
{
background-color: #82008D;
}
</style>
border-color css
<style>
span { border-color: #82008D; }
span { border-color: rgb(130,0,141); }
td.TdClassName
{
border-color: #82008D;
}
.TagClassName
{
border-color: #82008D;
}
</style>