Shades of Dark Magenta #821192
Tints of Dark Magenta #821192
RGB
CMYK
RGB Variations
Color information
#821192 (or 0x821192) is known color: Dark Magenta. HEX triplet: 82, 11 and 92. RGB value is (130,17,146). Sum of RGB (Red+Green+Blue) = 130+17+146=293 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.37% from 293); Green value is 17 (7.03% from 255 or 5.80% from 293); Blue value is 146 (57.42% from 255 or 49.83% from 293); Max value from RGB is 146 - color contains mainly: blue. Hex color #821192 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #821192 is #7DEE6D. Grayscale: #414141. Windows color (decimal): -8253038 or 9572738. OLE color: 9572738.
HSL color Cylindrical-coordinate representation of color #821192: hue angle of 292.56º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #821192 is Cyan = 0.11, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 130 | 17 | 146 | - |
| CMYK | 0.11 | 0.88 | 0 | 0.43 |
| HSL | 292.56º | 0.79% | 0.32% | - |
| HSV(B) | 292.56º | 0.88% | 0.57% | - |
| XYZ | 14.59 | 7.22 | 27.82 | - |
| YUV | 65.49 | 173.44 | 174.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 17 | 146 | 0.11 | 0.88 | 0 | 0.43 | 292.56 | 0.79 | 0.32 |
| Hex | 82 | 11 | 92 | B | 58 | 0 | 2B | 125 | 4F | 20 |
| Octal | 202 | 21 | 222 | 13 | 130 | 0 | 53 | 445 | 117 | 40 |
| Binary | 10000010 | 10001 | 10010010 | 1011 | 1011000 | 0 | 101011 | 100100101 | 1001111 | 100000 |
Color Harmonies of #821192
Complementary color
Monochromatic Colors of #821192
Black with #821192
Text Example
Text Example
White with #821192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821192; }
p { color: rgb(130,17,146); }
H1.HeaderClassName
{
color: #821192;
}
.AnyTagClassName
{
color: #821192;
}
</style>
background-color css
<style>
a { background-color: #821192; }
a { background-color: rgb(130,17,146); }
div.DivClassName
{
background-color: #821192;
}
.BgClassName
{
background-color: #821192;
}
</style>
border-color css
<style>
span { border-color: #821192; }
span { border-color: rgb(130,17,146); }
td.TdClassName
{
border-color: #821192;
}
.TagClassName
{
border-color: #821192;
}
</style>