Shades of Dark Magenta #82158A
Tints of Dark Magenta #82158A
RGB
CMYK
RGB Variations
Color information
#82158A (or 0x82158A) is known color: Dark Magenta. HEX triplet: 82, 15 and 8A. RGB value is (130,21,138). Sum of RGB (Red+Green+Blue) = 130+21+138=289 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.98% from 289); Green value is 21 (8.59% from 255 or 7.27% from 289); Blue value is 138 (54.30% from 255 or 47.75% from 289); Max value from RGB is 138 - color contains mainly: blue. Hex color #82158A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #82158A is #7DEA75. Grayscale: #424242. Windows color (decimal): -8252022 or 9049474. OLE color: 9049474.
HSL color Cylindrical-coordinate representation of color #82158A: hue angle of 295.9º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #82158A is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 130 | 21 | 138 | - |
| CMYK | 0.06 | 0.85 | 0 | 0.46 |
| HSL | 295.9º | 0.74% | 0.31% | - |
| HSV(B) | 295.9º | 0.85% | 0.54% | - |
| XYZ | 14.06 | 7.12 | 24.68 | - |
| YUV | 66.93 | 168.11 | 172.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 21 | 138 | 0.06 | 0.85 | 0 | 0.46 | 295.9 | 0.74 | 0.31 |
| Hex | 82 | 15 | 8A | 6 | 55 | 0 | 2E | 128 | 4A | 1F |
| Octal | 202 | 25 | 212 | 6 | 125 | 0 | 56 | 450 | 112 | 37 |
| Binary | 10000010 | 10101 | 10001010 | 110 | 1010101 | 0 | 101110 | 100101000 | 1001010 | 11111 |
Color Harmonies of #82158A
Complementary color
Monochromatic Colors of #82158A
Black with #82158A
Text Example
Text Example
White with #82158A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82158A; }
p { color: rgb(130,21,138); }
H1.HeaderClassName
{
color: #82158A;
}
.AnyTagClassName
{
color: #82158A;
}
</style>
background-color css
<style>
a { background-color: #82158A; }
a { background-color: rgb(130,21,138); }
div.DivClassName
{
background-color: #82158A;
}
.BgClassName
{
background-color: #82158A;
}
</style>
border-color css
<style>
span { border-color: #82158A; }
span { border-color: rgb(130,21,138); }
td.TdClassName
{
border-color: #82158A;
}
.TagClassName
{
border-color: #82158A;
}
</style>