Shades of Dark Magenta #821492
Tints of Dark Magenta #821492
RGB
CMYK
RGB Variations
Color information
#821492 (or 0x821492) is known color: Dark Magenta. HEX triplet: 82, 14 and 92. RGB value is (130,20,146). Sum of RGB (Red+Green+Blue) = 130+20+146=296 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.92% from 296); Green value is 20 (8.20% from 255 or 6.76% from 296); Blue value is 146 (57.42% from 255 or 49.32% from 296); Max value from RGB is 146 - color contains mainly: blue. Hex color #821492 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #821492 is #7DEB6D. Grayscale: #424242. Windows color (decimal): -8252270 or 9573506. OLE color: 9573506.
HSL color Cylindrical-coordinate representation of color #821492: hue angle of 292.38º degrees, saturation: 0.76, 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 #821492 is Cyan = 0.11, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 130 | 20 | 146 | - |
| CMYK | 0.11 | 0.86 | 0 | 0.43 |
| HSL | 292.38º | 0.76% | 0.33% | - |
| HSV(B) | 292.38º | 0.86% | 0.57% | - |
| XYZ | 14.64 | 7.32 | 27.84 | - |
| YUV | 67.25 | 172.44 | 172.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 20 | 146 | 0.11 | 0.86 | 0 | 0.43 | 292.38 | 0.76 | 0.33 |
| Hex | 82 | 14 | 92 | B | 56 | 0 | 2B | 124 | 4C | 21 |
| Octal | 202 | 24 | 222 | 13 | 126 | 0 | 53 | 444 | 114 | 41 |
| Binary | 10000010 | 10100 | 10010010 | 1011 | 1010110 | 0 | 101011 | 100100100 | 1001100 | 100001 |
Color Harmonies of #821492
Complementary color
Monochromatic Colors of #821492
Black with #821492
Text Example
Text Example
White with #821492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821492; }
p { color: rgb(130,20,146); }
H1.HeaderClassName
{
color: #821492;
}
.AnyTagClassName
{
color: #821492;
}
</style>
background-color css
<style>
a { background-color: #821492; }
a { background-color: rgb(130,20,146); }
div.DivClassName
{
background-color: #821492;
}
.BgClassName
{
background-color: #821492;
}
</style>
border-color css
<style>
span { border-color: #821492; }
span { border-color: rgb(130,20,146); }
td.TdClassName
{
border-color: #821492;
}
.TagClassName
{
border-color: #821492;
}
</style>