Shades of Dark Magenta #820F95
Tints of Dark Magenta #820F95
RGB
CMYK
RGB Variations
Color information
#820F95 (or 0x820F95) is known color: Dark Magenta. HEX triplet: 82, 0F and 95. RGB value is (130,15,149). Sum of RGB (Red+Green+Blue) = 130+15+149=294 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.22% from 294); Green value is 15 (6.25% from 255 or 5.10% from 294); Blue value is 149 (58.59% from 255 or 50.68% from 294); Max value from RGB is 149 - color contains mainly: blue. Hex color #820F95 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820F95 is #7DF06A. Grayscale: #404040. Windows color (decimal): -8253547 or 9768834. OLE color: 9768834.
HSL color Cylindrical-coordinate representation of color #820F95: hue angle of 291.49º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #820F95 is Cyan = 0.13, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 130 | 15 | 149 | - |
| CMYK | 0.13 | 0.90 | 0 | 0.42 |
| HSL | 291.49º | 0.82% | 0.32% | - |
| HSV(B) | 291.49º | 0.9% | 0.58% | - |
| XYZ | 14.8 | 7.26 | 29.05 | - |
| YUV | 64.66 | 175.6 | 174.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 15 | 149 | 0.13 | 0.90 | 0 | 0.42 | 291.49 | 0.82 | 0.32 |
| Hex | 82 | F | 95 | D | 5A | 0 | 2A | 123 | 52 | 20 |
| Octal | 202 | 17 | 225 | 15 | 132 | 0 | 52 | 443 | 122 | 40 |
| Binary | 10000010 | 1111 | 10010101 | 1101 | 1011010 | 0 | 101010 | 100100011 | 1010010 | 100000 |
Color Harmonies of #820F95
Complementary color
Monochromatic Colors of #820F95
Black with #820F95
Text Example
Text Example
White with #820F95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820F95; }
p { color: rgb(130,15,149); }
H1.HeaderClassName
{
color: #820F95;
}
.AnyTagClassName
{
color: #820F95;
}
</style>
background-color css
<style>
a { background-color: #820F95; }
a { background-color: rgb(130,15,149); }
div.DivClassName
{
background-color: #820F95;
}
.BgClassName
{
background-color: #820F95;
}
</style>
border-color css
<style>
span { border-color: #820F95; }
span { border-color: rgb(130,15,149); }
td.TdClassName
{
border-color: #820F95;
}
.TagClassName
{
border-color: #820F95;
}
</style>