Shades of Dark Magenta #820F8D
Tints of Dark Magenta #820F8D
RGB
CMYK
RGB Variations
Color information
#820F8D (or 0x820F8D) is known color: Dark Magenta. HEX triplet: 82, 0F and 8D. RGB value is (130,15,141). Sum of RGB (Red+Green+Blue) = 130+15+141=286 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.45% from 286); Green value is 15 (6.25% from 255 or 5.24% from 286); Blue value is 141 (55.47% from 255 or 49.30% from 286); Max value from RGB is 141 - color contains mainly: blue. Hex color #820F8D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820F8D is #7DF072. Grayscale: #3F3F3F. Windows color (decimal): -8253555 or 9244546. OLE color: 9244546.
HSL color Cylindrical-coordinate representation of color #820F8D: hue angle of 294.76º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #820F8D is Cyan = 0.08, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 130 | 15 | 141 | - |
| CMYK | 0.08 | 0.89 | 0 | 0.45 |
| HSL | 294.76º | 0.81% | 0.31% | - |
| HSV(B) | 294.76º | 0.89% | 0.55% | - |
| XYZ | 14.18 | 7.01 | 25.8 | - |
| YUV | 63.75 | 171.6 | 175.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 15 | 141 | 0.08 | 0.89 | 0 | 0.45 | 294.76 | 0.81 | 0.31 |
| Hex | 82 | F | 8D | 8 | 59 | 0 | 2D | 127 | 51 | 1F |
| Octal | 202 | 17 | 215 | 10 | 131 | 0 | 55 | 447 | 121 | 37 |
| Binary | 10000010 | 1111 | 10001101 | 1000 | 1011001 | 0 | 101101 | 100100111 | 1010001 | 11111 |
Color Harmonies of #820F8D
Complementary color
Monochromatic Colors of #820F8D
Black with #820F8D
Text Example
Text Example
White with #820F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820F8D; }
p { color: rgb(130,15,141); }
H1.HeaderClassName
{
color: #820F8D;
}
.AnyTagClassName
{
color: #820F8D;
}
</style>
background-color css
<style>
a { background-color: #820F8D; }
a { background-color: rgb(130,15,141); }
div.DivClassName
{
background-color: #820F8D;
}
.BgClassName
{
background-color: #820F8D;
}
</style>
border-color css
<style>
span { border-color: #820F8D; }
span { border-color: rgb(130,15,141); }
td.TdClassName
{
border-color: #820F8D;
}
.TagClassName
{
border-color: #820F8D;
}
</style>