Shades of Dark Magenta #821992
Tints of Dark Magenta #821992
RGB
CMYK
RGB Variations
Color information
#821992 (or 0x821992) is known color: Dark Magenta. HEX triplet: 82, 19 and 92. RGB value is (130,25,146). Sum of RGB (Red+Green+Blue) = 130+25+146=301 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.19% from 301); Green value is 25 (10.16% from 255 or 8.31% from 301); Blue value is 146 (57.42% from 255 or 48.50% from 301); Max value from RGB is 146 - color contains mainly: blue. Hex color #821992 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #821992 is #7DE66D. Grayscale: #454545. Windows color (decimal): -8250990 or 9574786. OLE color: 9574786.
HSL color Cylindrical-coordinate representation of color #821992: hue angle of 292.07º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #821992 is Cyan = 0.11, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 130 | 25 | 146 | - |
| CMYK | 0.11 | 0.83 | 0 | 0.43 |
| HSL | 292.07º | 0.71% | 0.34% | - |
| HSV(B) | 292.07º | 0.83% | 0.57% | - |
| XYZ | 14.74 | 7.52 | 27.87 | - |
| YUV | 70.19 | 170.79 | 170.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 25 | 146 | 0.11 | 0.83 | 0 | 0.43 | 292.07 | 0.71 | 0.34 |
| Hex | 82 | 19 | 92 | B | 53 | 0 | 2B | 124 | 47 | 22 |
| Octal | 202 | 31 | 222 | 13 | 123 | 0 | 53 | 444 | 107 | 42 |
| Binary | 10000010 | 11001 | 10010010 | 1011 | 1010011 | 0 | 101011 | 100100100 | 1000111 | 100010 |
Color Harmonies of #821992
Complementary color
Monochromatic Colors of #821992
Black with #821992
Text Example
Text Example
White with #821992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821992; }
p { color: rgb(130,25,146); }
H1.HeaderClassName
{
color: #821992;
}
.AnyTagClassName
{
color: #821992;
}
</style>
background-color css
<style>
a { background-color: #821992; }
a { background-color: rgb(130,25,146); }
div.DivClassName
{
background-color: #821992;
}
.BgClassName
{
background-color: #821992;
}
</style>
border-color css
<style>
span { border-color: #821992; }
span { border-color: rgb(130,25,146); }
td.TdClassName
{
border-color: #821992;
}
.TagClassName
{
border-color: #821992;
}
</style>