Shades of Dark Magenta #82148D
Tints of Dark Magenta #82148D
RGB
CMYK
RGB Variations
Color information
#82148D (or 0x82148D) is known color: Dark Magenta. HEX triplet: 82, 14 and 8D. RGB value is (130,20,141). Sum of RGB (Red+Green+Blue) = 130+20+141=291 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.67% from 291); Green value is 20 (8.20% from 255 or 6.87% from 291); Blue value is 141 (55.47% from 255 or 48.45% from 291); Max value from RGB is 141 - color contains mainly: blue. Hex color #82148D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #82148D is #7DEB72. Grayscale: #424242. Windows color (decimal): -8252275 or 9245826. OLE color: 9245826.
HSL color Cylindrical-coordinate representation of color #82148D: hue angle of 294.55º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #82148D is Cyan = 0.08, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 130 | 20 | 141 | - |
| CMYK | 0.08 | 0.86 | 0 | 0.45 |
| HSL | 294.55º | 0.75% | 0.32% | - |
| HSV(B) | 294.55º | 0.86% | 0.55% | - |
| XYZ | 14.26 | 7.17 | 25.83 | - |
| YUV | 66.68 | 169.94 | 173.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 20 | 141 | 0.08 | 0.86 | 0 | 0.45 | 294.55 | 0.75 | 0.32 |
| Hex | 82 | 14 | 8D | 8 | 56 | 0 | 2D | 127 | 4B | 20 |
| Octal | 202 | 24 | 215 | 10 | 126 | 0 | 55 | 447 | 113 | 40 |
| Binary | 10000010 | 10100 | 10001101 | 1000 | 1010110 | 0 | 101101 | 100100111 | 1001011 | 100000 |
Color Harmonies of #82148D
Complementary color
Monochromatic Colors of #82148D
Black with #82148D
Text Example
Text Example
White with #82148D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82148D; }
p { color: rgb(130,20,141); }
H1.HeaderClassName
{
color: #82148D;
}
.AnyTagClassName
{
color: #82148D;
}
</style>
background-color css
<style>
a { background-color: #82148D; }
a { background-color: rgb(130,20,141); }
div.DivClassName
{
background-color: #82148D;
}
.BgClassName
{
background-color: #82148D;
}
</style>
border-color css
<style>
span { border-color: #82148D; }
span { border-color: rgb(130,20,141); }
td.TdClassName
{
border-color: #82148D;
}
.TagClassName
{
border-color: #82148D;
}
</style>