Shades of Dark Magenta #820492
Tints of Dark Magenta #820492
RGB
CMYK
RGB Variations
Color information
#820492 (or 0x820492) is known color: Dark Magenta. HEX triplet: 82, 04 and 92. RGB value is (130,4,146). Sum of RGB (Red+Green+Blue) = 130+4+146=280 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.43% from 280); Green value is 4 (1.95% from 255 or 1.43% from 280); Blue value is 146 (57.42% from 255 or 52.14% from 280); Max value from RGB is 146 - color contains mainly: blue. Hex color #820492 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820492 is #7DFB6D. Grayscale: #393939. Windows color (decimal): -8256366 or 9569410. OLE color: 9569410.
HSL color Cylindrical-coordinate representation of color #820492: hue angle of 293.24º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #820492 is Cyan = 0.11, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 130 | 4 | 146 | - |
| CMYK | 0.11 | 0.97 | 0 | 0.43 |
| HSL | 293.24º | 0.95% | 0.29% | - |
| HSV(B) | 293.24º | 0.97% | 0.57% | - |
| XYZ | 14.44 | 6.91 | 27.77 | - |
| YUV | 57.86 | 177.74 | 179.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 4 | 146 | 0.11 | 0.97 | 0 | 0.43 | 293.24 | 0.95 | 0.29 |
| Hex | 82 | 4 | 92 | B | 61 | 0 | 2B | 125 | 5F | 1D |
| Octal | 202 | 4 | 222 | 13 | 141 | 0 | 53 | 445 | 137 | 35 |
| Binary | 10000010 | 100 | 10010010 | 1011 | 1100001 | 0 | 101011 | 100100101 | 1011111 | 11101 |
Color Harmonies of #820492
Complementary color
Monochromatic Colors of #820492
Black with #820492
Text Example
Text Example
White with #820492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820492; }
p { color: rgb(130,4,146); }
H1.HeaderClassName
{
color: #820492;
}
.AnyTagClassName
{
color: #820492;
}
</style>
background-color css
<style>
a { background-color: #820492; }
a { background-color: rgb(130,4,146); }
div.DivClassName
{
background-color: #820492;
}
.BgClassName
{
background-color: #820492;
}
</style>
border-color css
<style>
span { border-color: #820492; }
span { border-color: rgb(130,4,146); }
td.TdClassName
{
border-color: #820492;
}
.TagClassName
{
border-color: #820492;
}
</style>