Shades of Dark Magenta #820C8D
Tints of Dark Magenta #820C8D
RGB
CMYK
RGB Variations
Color information
#820C8D (or 0x820C8D) is known color: Dark Magenta. HEX triplet: 82, 0C and 8D. RGB value is (130,12,141). Sum of RGB (Red+Green+Blue) = 130+12+141=283 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.94% from 283); Green value is 12 (5.08% from 255 or 4.24% from 283); Blue value is 141 (55.47% from 255 or 49.82% from 283); Max value from RGB is 141 - color contains mainly: blue. Hex color #820C8D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820C8D is #7DF372. Grayscale: #3D3D3D. Windows color (decimal): -8254323 or 9243778. OLE color: 9243778.
HSL color Cylindrical-coordinate representation of color #820C8D: hue angle of 294.88º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #820C8D is Cyan = 0.08, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 130 | 12 | 141 | - |
| CMYK | 0.08 | 0.91 | 0 | 0.45 |
| HSL | 294.88º | 0.84% | 0.3% | - |
| HSV(B) | 294.88º | 0.91% | 0.55% | - |
| XYZ | 14.15 | 6.93 | 25.79 | - |
| YUV | 61.99 | 172.59 | 176.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 12 | 141 | 0.08 | 0.91 | 0 | 0.45 | 294.88 | 0.84 | 0.3 |
| Hex | 82 | C | 8D | 8 | 5B | 0 | 2D | 127 | 54 | 1E |
| Octal | 202 | 14 | 215 | 10 | 133 | 0 | 55 | 447 | 124 | 36 |
| Binary | 10000010 | 1100 | 10001101 | 1000 | 1011011 | 0 | 101101 | 100100111 | 1010100 | 11110 |
Color Harmonies of #820C8D
Complementary color
Monochromatic Colors of #820C8D
Black with #820C8D
Text Example
Text Example
White with #820C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820C8D; }
p { color: rgb(130,12,141); }
H1.HeaderClassName
{
color: #820C8D;
}
.AnyTagClassName
{
color: #820C8D;
}
</style>
background-color css
<style>
a { background-color: #820C8D; }
a { background-color: rgb(130,12,141); }
div.DivClassName
{
background-color: #820C8D;
}
.BgClassName
{
background-color: #820C8D;
}
</style>
border-color css
<style>
span { border-color: #820C8D; }
span { border-color: rgb(130,12,141); }
td.TdClassName
{
border-color: #820C8D;
}
.TagClassName
{
border-color: #820C8D;
}
</style>