Shades of Dark Magenta #820994
Tints of Dark Magenta #820994
RGB
CMYK
RGB Variations
Color information
#820994 (or 0x820994) is known color: Dark Magenta. HEX triplet: 82, 09 and 94. RGB value is (130,9,148). Sum of RGB (Red+Green+Blue) = 130+9+148=287 (38% of max value = 765). Red value is 130 (51.17% from 255 or 45.30% from 287); Green value is 9 (3.91% from 255 or 3.14% from 287); Blue value is 148 (58.20% from 255 or 51.57% from 287); Max value from RGB is 148 - color contains mainly: blue. Hex color #820994 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820994 is #7DF66B. Grayscale: #3C3C3C. Windows color (decimal): -8255084 or 9701762. OLE color: 9701762.
HSL color Cylindrical-coordinate representation of color #820994: hue angle of 292.23º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #820994 is Cyan = 0.12, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 130 | 9 | 148 | - |
| CMYK | 0.12 | 0.94 | 0 | 0.42 |
| HSL | 292.23º | 0.89% | 0.31% | - |
| HSV(B) | 292.23º | 0.94% | 0.58% | - |
| XYZ | 14.65 | 7.08 | 28.61 | - |
| YUV | 61.03 | 177.09 | 177.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 9 | 148 | 0.12 | 0.94 | 0 | 0.42 | 292.23 | 0.89 | 0.31 |
| Hex | 82 | 9 | 94 | C | 5E | 0 | 2A | 124 | 59 | 1F |
| Octal | 202 | 11 | 224 | 14 | 136 | 0 | 52 | 444 | 131 | 37 |
| Binary | 10000010 | 1001 | 10010100 | 1100 | 1011110 | 0 | 101010 | 100100100 | 1011001 | 11111 |
Color Harmonies of #820994
Complementary color
Monochromatic Colors of #820994
Black with #820994
Text Example
Text Example
White with #820994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820994; }
p { color: rgb(130,9,148); }
H1.HeaderClassName
{
color: #820994;
}
.AnyTagClassName
{
color: #820994;
}
</style>
background-color css
<style>
a { background-color: #820994; }
a { background-color: rgb(130,9,148); }
div.DivClassName
{
background-color: #820994;
}
.BgClassName
{
background-color: #820994;
}
</style>
border-color css
<style>
span { border-color: #820994; }
span { border-color: rgb(130,9,148); }
td.TdClassName
{
border-color: #820994;
}
.TagClassName
{
border-color: #820994;
}
</style>