Shades of Dark Magenta #82078C
Tints of Dark Magenta #82078C
RGB
CMYK
RGB Variations
Color information
#82078C (or 0x82078C) is known color: Dark Magenta. HEX triplet: 82, 07 and 8C. RGB value is (130,7,140). Sum of RGB (Red+Green+Blue) = 130+7+140=277 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.93% from 277); Green value is 7 (3.12% from 255 or 2.53% from 277); Blue value is 140 (55.08% from 255 or 50.54% from 277); Max value from RGB is 140 - color contains mainly: blue. Hex color #82078C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #82078C is #7DF873. Grayscale: #3A3A3A. Windows color (decimal): -8255604 or 9176962. OLE color: 9176962.
HSL color Cylindrical-coordinate representation of color #82078C: hue angle of 295.49º degrees, saturation: 0.9, 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 #82078C is Cyan = 0.07, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 130 | 7 | 140 | - |
| CMYK | 0.07 | 0.95 | 0 | 0.45 |
| HSL | 295.49º | 0.9% | 0.29% | - |
| HSV(B) | 295.49º | 0.95% | 0.55% | - |
| XYZ | 14.02 | 6.79 | 25.38 | - |
| YUV | 58.94 | 173.75 | 178.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 7 | 140 | 0.07 | 0.95 | 0 | 0.45 | 295.49 | 0.9 | 0.29 |
| Hex | 82 | 7 | 8C | 7 | 5F | 0 | 2D | 127 | 5A | 1D |
| Octal | 202 | 7 | 214 | 7 | 137 | 0 | 55 | 447 | 132 | 35 |
| Binary | 10000010 | 111 | 10001100 | 111 | 1011111 | 0 | 101101 | 100100111 | 1011010 | 11101 |
Color Harmonies of #82078C
Complementary color
Monochromatic Colors of #82078C
Black with #82078C
Text Example
Text Example
White with #82078C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82078C; }
p { color: rgb(130,7,140); }
H1.HeaderClassName
{
color: #82078C;
}
.AnyTagClassName
{
color: #82078C;
}
</style>
background-color css
<style>
a { background-color: #82078C; }
a { background-color: rgb(130,7,140); }
div.DivClassName
{
background-color: #82078C;
}
.BgClassName
{
background-color: #82078C;
}
</style>
border-color css
<style>
span { border-color: #82078C; }
span { border-color: rgb(130,7,140); }
td.TdClassName
{
border-color: #82078C;
}
.TagClassName
{
border-color: #82078C;
}
</style>