Shades of Dark Magenta #82158E
Tints of Dark Magenta #82158E
RGB
CMYK
RGB Variations
Color information
#82158E (or 0x82158E) is known color: Dark Magenta. HEX triplet: 82, 15 and 8E. RGB value is (130,21,142). Sum of RGB (Red+Green+Blue) = 130+21+142=293 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.37% from 293); Green value is 21 (8.59% from 255 or 7.17% from 293); Blue value is 142 (55.86% from 255 or 48.46% from 293); Max value from RGB is 142 - color contains mainly: blue. Hex color #82158E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #82158E is #7DEA71. Grayscale: #434343. Windows color (decimal): -8252018 or 9311618. OLE color: 9311618.
HSL color Cylindrical-coordinate representation of color #82158E: hue angle of 294.05º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #82158E is Cyan = 0.08, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 130 | 21 | 142 | - |
| CMYK | 0.08 | 0.85 | 0 | 0.44 |
| HSL | 294.05º | 0.74% | 0.32% | - |
| HSV(B) | 294.05º | 0.85% | 0.56% | - |
| XYZ | 14.36 | 7.24 | 26.23 | - |
| YUV | 67.39 | 170.11 | 172.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 21 | 142 | 0.08 | 0.85 | 0 | 0.44 | 294.05 | 0.74 | 0.32 |
| Hex | 82 | 15 | 8E | 8 | 55 | 0 | 2C | 126 | 4A | 20 |
| Octal | 202 | 25 | 216 | 10 | 125 | 0 | 54 | 446 | 112 | 40 |
| Binary | 10000010 | 10101 | 10001110 | 1000 | 1010101 | 0 | 101100 | 100100110 | 1001010 | 100000 |
Color Harmonies of #82158E
Complementary color
Monochromatic Colors of #82158E
Black with #82158E
Text Example
Text Example
White with #82158E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82158E; }
p { color: rgb(130,21,142); }
H1.HeaderClassName
{
color: #82158E;
}
.AnyTagClassName
{
color: #82158E;
}
</style>
background-color css
<style>
a { background-color: #82158E; }
a { background-color: rgb(130,21,142); }
div.DivClassName
{
background-color: #82158E;
}
.BgClassName
{
background-color: #82158E;
}
</style>
border-color css
<style>
span { border-color: #82158E; }
span { border-color: rgb(130,21,142); }
td.TdClassName
{
border-color: #82158E;
}
.TagClassName
{
border-color: #82158E;
}
</style>