Shades of Dark Magenta #82049C
Tints of Dark Magenta #82049C
RGB
CMYK
RGB Variations
Color information
#82049C (or 0x82049C) is known color: Dark Magenta. HEX triplet: 82, 04 and 9C. RGB value is (130,4,156). Sum of RGB (Red+Green+Blue) = 130+4+156=290 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.83% from 290); Green value is 4 (1.95% from 255 or 1.38% from 290); Blue value is 156 (61.33% from 255 or 53.79% from 290); Max value from RGB is 156 - color contains mainly: blue. Hex color #82049C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #82049C is #7DFB63. Grayscale: #3A3A3A. Windows color (decimal): -8256356 or 10224770. OLE color: 10224770.
HSL color Cylindrical-coordinate representation of color #82049C: hue angle of 289.74º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #82049C is Cyan = 0.17, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 130 | 4 | 156 | - |
| CMYK | 0.17 | 0.97 | 0 | 0.39 |
| HSL | 289.74º | 0.95% | 0.31% | - |
| HSV(B) | 289.74º | 0.97% | 0.61% | - |
| XYZ | 15.25 | 7.23 | 32.04 | - |
| YUV | 59 | 182.74 | 178.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 4 | 156 | 0.17 | 0.97 | 0 | 0.39 | 289.74 | 0.95 | 0.31 |
| Hex | 82 | 4 | 9C | 11 | 61 | 0 | 27 | 122 | 5F | 1F |
| Octal | 202 | 4 | 234 | 21 | 141 | 0 | 47 | 442 | 137 | 37 |
| Binary | 10000010 | 100 | 10011100 | 10001 | 1100001 | 0 | 100111 | 100100010 | 1011111 | 11111 |
Color Harmonies of #82049C
Complementary color
Monochromatic Colors of #82049C
Black with #82049C
Text Example
Text Example
White with #82049C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82049C; }
p { color: rgb(130,4,156); }
H1.HeaderClassName
{
color: #82049C;
}
.AnyTagClassName
{
color: #82049C;
}
</style>
background-color css
<style>
a { background-color: #82049C; }
a { background-color: rgb(130,4,156); }
div.DivClassName
{
background-color: #82049C;
}
.BgClassName
{
background-color: #82049C;
}
</style>
border-color css
<style>
span { border-color: #82049C; }
span { border-color: rgb(130,4,156); }
td.TdClassName
{
border-color: #82049C;
}
.TagClassName
{
border-color: #82049C;
}
</style>