Shades of Dark Magenta #821592
Tints of Dark Magenta #821592
RGB
CMYK
RGB Variations
Color information
#821592 (or 0x821592) is known color: Dark Magenta. HEX triplet: 82, 15 and 92. RGB value is (130,21,146). Sum of RGB (Red+Green+Blue) = 130+21+146=297 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.77% from 297); Green value is 21 (8.59% from 255 or 7.07% from 297); Blue value is 146 (57.42% from 255 or 49.16% from 297); Max value from RGB is 146 - color contains mainly: blue. Hex color #821592 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #821592 is #7DEA6D. Grayscale: #434343. Windows color (decimal): -8252014 or 9573762. OLE color: 9573762.
HSL color Cylindrical-coordinate representation of color #821592: hue angle of 292.32º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #821592 is Cyan = 0.11, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 130 | 21 | 146 | - |
| CMYK | 0.11 | 0.86 | 0 | 0.43 |
| HSL | 292.32º | 0.75% | 0.33% | - |
| HSV(B) | 292.32º | 0.86% | 0.57% | - |
| XYZ | 14.66 | 7.36 | 27.84 | - |
| YUV | 67.84 | 172.11 | 172.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 21 | 146 | 0.11 | 0.86 | 0 | 0.43 | 292.32 | 0.75 | 0.33 |
| Hex | 82 | 15 | 92 | B | 56 | 0 | 2B | 124 | 4B | 21 |
| Octal | 202 | 25 | 222 | 13 | 126 | 0 | 53 | 444 | 113 | 41 |
| Binary | 10000010 | 10101 | 10010010 | 1011 | 1010110 | 0 | 101011 | 100100100 | 1001011 | 100001 |
Color Harmonies of #821592
Complementary color
Monochromatic Colors of #821592
Black with #821592
Text Example
Text Example
White with #821592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821592; }
p { color: rgb(130,21,146); }
H1.HeaderClassName
{
color: #821592;
}
.AnyTagClassName
{
color: #821592;
}
</style>
background-color css
<style>
a { background-color: #821592; }
a { background-color: rgb(130,21,146); }
div.DivClassName
{
background-color: #821592;
}
.BgClassName
{
background-color: #821592;
}
</style>
border-color css
<style>
span { border-color: #821592; }
span { border-color: rgb(130,21,146); }
td.TdClassName
{
border-color: #821592;
}
.TagClassName
{
border-color: #821592;
}
</style>