Shades of Dark Magenta #820F94
Tints of Dark Magenta #820F94
RGB
CMYK
RGB Variations
Color information
#820F94 (or 0x820F94) is known color: Dark Magenta. HEX triplet: 82, 0F and 94. RGB value is (130,15,148). Sum of RGB (Red+Green+Blue) = 130+15+148=293 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.37% from 293); Green value is 15 (6.25% from 255 or 5.12% from 293); Blue value is 148 (58.20% from 255 or 50.51% from 293); Max value from RGB is 148 - color contains mainly: blue. Hex color #820F94 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820F94 is #7DF06B. Grayscale: #404040. Windows color (decimal): -8253548 or 9703298. OLE color: 9703298.
HSL color Cylindrical-coordinate representation of color #820F94: hue angle of 291.88º 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 #820F94 is Cyan = 0.12, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 130 | 15 | 148 | - |
| CMYK | 0.12 | 0.90 | 0 | 0.42 |
| HSL | 291.88º | 0.82% | 0.32% | - |
| HSV(B) | 291.88º | 0.9% | 0.58% | - |
| XYZ | 14.72 | 7.23 | 28.64 | - |
| YUV | 64.55 | 175.1 | 174.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 15 | 148 | 0.12 | 0.90 | 0 | 0.42 | 291.88 | 0.82 | 0.32 |
| Hex | 82 | F | 94 | C | 5A | 0 | 2A | 124 | 52 | 20 |
| Octal | 202 | 17 | 224 | 14 | 132 | 0 | 52 | 444 | 122 | 40 |
| Binary | 10000010 | 1111 | 10010100 | 1100 | 1011010 | 0 | 101010 | 100100100 | 1010010 | 100000 |
Color Harmonies of #820F94
Complementary color
Monochromatic Colors of #820F94
Black with #820F94
Text Example
Text Example
White with #820F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820F94; }
p { color: rgb(130,15,148); }
H1.HeaderClassName
{
color: #820F94;
}
.AnyTagClassName
{
color: #820F94;
}
</style>
background-color css
<style>
a { background-color: #820F94; }
a { background-color: rgb(130,15,148); }
div.DivClassName
{
background-color: #820F94;
}
.BgClassName
{
background-color: #820F94;
}
</style>
border-color css
<style>
span { border-color: #820F94; }
span { border-color: rgb(130,15,148); }
td.TdClassName
{
border-color: #820F94;
}
.TagClassName
{
border-color: #820F94;
}
</style>