Shades of Dark Magenta #82008C
Tints of Dark Magenta #82008C
RGB
CMYK
RGB Variations
Color information
#82008C (or 0x82008C) is known color: Dark Magenta. HEX triplet: 82, 00 and 8C. RGB value is (130,0,140). Sum of RGB (Red+Green+Blue) = 130+0+140=270 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.15% from 270); Green value is 0 (0.39% from 255 or 0% from 270); Blue value is 140 (55.08% from 255 or 51.85% from 270); Max value from RGB is 140 - color contains mainly: blue. Hex color #82008C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #82008C is #7DFF73. Grayscale: #363636. Windows color (decimal): -8257396 or 9175170. OLE color: 9175170.
HSL color Cylindrical-coordinate representation of color #82008C: hue angle of 295.71º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #82008C is Cyan = 0.07, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 130 | 0 | 140 | - |
| CMYK | 0.07 | 1 | 0 | 0.45 |
| HSL | 295.71º | 1% | 0.27% | - |
| HSV(B) | 295.71º | 1% | 0.55% | - |
| XYZ | 13.94 | 6.64 | 25.36 | - |
| YUV | 54.83 | 176.07 | 181.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 0 | 140 | 0.07 | 1 | 0 | 0.45 | 295.71 | 1 | 0.27 |
| Hex | 82 | 0 | 8C | 7 | 64 | 0 | 2D | 128 | 64 | 1B |
| Octal | 202 | 0 | 214 | 7 | 144 | 0 | 55 | 450 | 144 | 33 |
| Binary | 10000010 | 0 | 10001100 | 111 | 1100100 | 0 | 101101 | 100101000 | 1100100 | 11011 |
Color Harmonies of #82008C
Complementary color
Monochromatic Colors of #82008C
Black with #82008C
Text Example
Text Example
White with #82008C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82008C; }
p { color: rgb(130,0,140); }
H1.HeaderClassName
{
color: #82008C;
}
.AnyTagClassName
{
color: #82008C;
}
</style>
background-color css
<style>
a { background-color: #82008C; }
a { background-color: rgb(130,0,140); }
div.DivClassName
{
background-color: #82008C;
}
.BgClassName
{
background-color: #82008C;
}
</style>
border-color css
<style>
span { border-color: #82008C; }
span { border-color: rgb(130,0,140); }
td.TdClassName
{
border-color: #82008C;
}
.TagClassName
{
border-color: #82008C;
}
</style>