Shades of Dark Magenta #820992
Tints of Dark Magenta #820992
RGB
CMYK
RGB Variations
Color information
#820992 (or 0x820992) is known color: Dark Magenta. HEX triplet: 82, 09 and 92. RGB value is (130,9,146). Sum of RGB (Red+Green+Blue) = 130+9+146=285 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.61% from 285); Green value is 9 (3.91% from 255 or 3.16% from 285); Blue value is 146 (57.42% from 255 or 51.23% from 285); Max value from RGB is 146 - color contains mainly: blue. Hex color #820992 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820992 is #7DF66D. Grayscale: #3C3C3C. Windows color (decimal): -8255086 or 9570690. OLE color: 9570690.
HSL color Cylindrical-coordinate representation of color #820992: hue angle of 292.99º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #820992 is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 130 | 9 | 146 | - |
| CMYK | 0.11 | 0.94 | 0 | 0.43 |
| HSL | 292.99º | 0.88% | 0.3% | - |
| HSV(B) | 292.99º | 0.94% | 0.57% | - |
| XYZ | 14.49 | 7.02 | 27.78 | - |
| YUV | 60.8 | 176.09 | 177.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 9 | 146 | 0.11 | 0.94 | 0 | 0.43 | 292.99 | 0.88 | 0.3 |
| Hex | 82 | 9 | 92 | B | 5E | 0 | 2B | 125 | 58 | 1E |
| Octal | 202 | 11 | 222 | 13 | 136 | 0 | 53 | 445 | 130 | 36 |
| Binary | 10000010 | 1001 | 10010010 | 1011 | 1011110 | 0 | 101011 | 100100101 | 1011000 | 11110 |
Color Harmonies of #820992
Complementary color
Monochromatic Colors of #820992
Black with #820992
Text Example
Text Example
White with #820992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820992; }
p { color: rgb(130,9,146); }
H1.HeaderClassName
{
color: #820992;
}
.AnyTagClassName
{
color: #820992;
}
</style>
background-color css
<style>
a { background-color: #820992; }
a { background-color: rgb(130,9,146); }
div.DivClassName
{
background-color: #820992;
}
.BgClassName
{
background-color: #820992;
}
</style>
border-color css
<style>
span { border-color: #820992; }
span { border-color: rgb(130,9,146); }
td.TdClassName
{
border-color: #820992;
}
.TagClassName
{
border-color: #820992;
}
</style>