Shades of Dark Magenta #82158D
Tints of Dark Magenta #82158D
RGB
CMYK
RGB Variations
Color information
#82158D (or 0x82158D) is known color: Dark Magenta. HEX triplet: 82, 15 and 8D. RGB value is (130,21,141). Sum of RGB (Red+Green+Blue) = 130+21+141=292 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.52% from 292); Green value is 21 (8.59% from 255 or 7.19% from 292); Blue value is 141 (55.47% from 255 or 48.29% from 292); Max value from RGB is 141 - color contains mainly: blue. Hex color #82158D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #82158D is #7DEA72. Grayscale: #424242. Windows color (decimal): -8252019 or 9246082. OLE color: 9246082.
HSL color Cylindrical-coordinate representation of color #82158D: hue angle of 294.5º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #82158D is Cyan = 0.08, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 130 | 21 | 141 | - |
| CMYK | 0.08 | 0.85 | 0 | 0.45 |
| HSL | 294.5º | 0.74% | 0.32% | - |
| HSV(B) | 294.5º | 0.85% | 0.55% | - |
| XYZ | 14.28 | 7.21 | 25.84 | - |
| YUV | 67.27 | 169.61 | 172.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 21 | 141 | 0.08 | 0.85 | 0 | 0.45 | 294.5 | 0.74 | 0.32 |
| Hex | 82 | 15 | 8D | 8 | 55 | 0 | 2D | 126 | 4A | 20 |
| Octal | 202 | 25 | 215 | 10 | 125 | 0 | 55 | 446 | 112 | 40 |
| Binary | 10000010 | 10101 | 10001101 | 1000 | 1010101 | 0 | 101101 | 100100110 | 1001010 | 100000 |
Color Harmonies of #82158D
Complementary color
Monochromatic Colors of #82158D
Black with #82158D
Text Example
Text Example
White with #82158D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82158D; }
p { color: rgb(130,21,141); }
H1.HeaderClassName
{
color: #82158D;
}
.AnyTagClassName
{
color: #82158D;
}
</style>
background-color css
<style>
a { background-color: #82158D; }
a { background-color: rgb(130,21,141); }
div.DivClassName
{
background-color: #82158D;
}
.BgClassName
{
background-color: #82158D;
}
</style>
border-color css
<style>
span { border-color: #82158D; }
span { border-color: rgb(130,21,141); }
td.TdClassName
{
border-color: #82158D;
}
.TagClassName
{
border-color: #82158D;
}
</style>