Shades of Dark Magenta #82078D
Tints of Dark Magenta #82078D
RGB
CMYK
RGB Variations
Color information
#82078D (or 0x82078D) is known color: Dark Magenta. HEX triplet: 82, 07 and 8D. RGB value is (130,7,141). Sum of RGB (Red+Green+Blue) = 130+7+141=278 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.76% from 278); Green value is 7 (3.12% from 255 or 2.52% from 278); Blue value is 141 (55.47% from 255 or 50.72% from 278); Max value from RGB is 141 - color contains mainly: blue. Hex color #82078D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #82078D is #7DF872. Grayscale: #3A3A3A. Windows color (decimal): -8255603 or 9242498. OLE color: 9242498.
HSL color Cylindrical-coordinate representation of color #82078D: hue angle of 295.07º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #82078D is Cyan = 0.08, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 130 | 7 | 141 | - |
| CMYK | 0.08 | 0.95 | 0 | 0.45 |
| HSL | 295.07º | 0.91% | 0.29% | - |
| HSV(B) | 295.07º | 0.95% | 0.55% | - |
| XYZ | 14.09 | 6.82 | 25.77 | - |
| YUV | 59.05 | 174.25 | 178.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 7 | 141 | 0.08 | 0.95 | 0 | 0.45 | 295.07 | 0.91 | 0.29 |
| Hex | 82 | 7 | 8D | 8 | 5F | 0 | 2D | 127 | 5B | 1D |
| Octal | 202 | 7 | 215 | 10 | 137 | 0 | 55 | 447 | 133 | 35 |
| Binary | 10000010 | 111 | 10001101 | 1000 | 1011111 | 0 | 101101 | 100100111 | 1011011 | 11101 |
Color Harmonies of #82078D
Complementary color
Monochromatic Colors of #82078D
Black with #82078D
Text Example
Text Example
White with #82078D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82078D; }
p { color: rgb(130,7,141); }
H1.HeaderClassName
{
color: #82078D;
}
.AnyTagClassName
{
color: #82078D;
}
</style>
background-color css
<style>
a { background-color: #82078D; }
a { background-color: rgb(130,7,141); }
div.DivClassName
{
background-color: #82078D;
}
.BgClassName
{
background-color: #82078D;
}
</style>
border-color css
<style>
span { border-color: #82078D; }
span { border-color: rgb(130,7,141); }
td.TdClassName
{
border-color: #82078D;
}
.TagClassName
{
border-color: #82078D;
}
</style>