Shades of Dark Magenta #82178B
Tints of Dark Magenta #82178B
RGB
CMYK
RGB Variations
Color information
#82178B (or 0x82178B) is known color: Dark Magenta. HEX triplet: 82, 17 and 8B. RGB value is (130,23,139). Sum of RGB (Red+Green+Blue) = 130+23+139=292 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.52% from 292); Green value is 23 (9.38% from 255 or 7.88% from 292); Blue value is 139 (54.69% from 255 or 47.60% from 292); Max value from RGB is 139 - color contains mainly: blue. Hex color #82178B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #82178B is #7DE874. Grayscale: #434343. Windows color (decimal): -8251509 or 9115522. OLE color: 9115522.
HSL color Cylindrical-coordinate representation of color #82178B: hue angle of 295.34º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #82178B is Cyan = 0.06, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 130 | 23 | 139 | - |
| CMYK | 0.06 | 0.83 | 0 | 0.45 |
| HSL | 295.34º | 0.72% | 0.32% | - |
| HSV(B) | 295.34º | 0.83% | 0.55% | - |
| XYZ | 14.17 | 7.22 | 25.07 | - |
| YUV | 68.22 | 167.95 | 172.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 23 | 139 | 0.06 | 0.83 | 0 | 0.45 | 295.34 | 0.72 | 0.32 |
| Hex | 82 | 17 | 8B | 6 | 53 | 0 | 2D | 127 | 48 | 20 |
| Octal | 202 | 27 | 213 | 6 | 123 | 0 | 55 | 447 | 110 | 40 |
| Binary | 10000010 | 10111 | 10001011 | 110 | 1010011 | 0 | 101101 | 100100111 | 1001000 | 100000 |
Color Harmonies of #82178B
Complementary color
Monochromatic Colors of #82178B
Black with #82178B
Text Example
Text Example
White with #82178B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82178B; }
p { color: rgb(130,23,139); }
H1.HeaderClassName
{
color: #82178B;
}
.AnyTagClassName
{
color: #82178B;
}
</style>
background-color css
<style>
a { background-color: #82178B; }
a { background-color: rgb(130,23,139); }
div.DivClassName
{
background-color: #82178B;
}
.BgClassName
{
background-color: #82178B;
}
</style>
border-color css
<style>
span { border-color: #82178B; }
span { border-color: rgb(130,23,139); }
td.TdClassName
{
border-color: #82178B;
}
.TagClassName
{
border-color: #82178B;
}
</style>