Shades of Dark Magenta #820593
Tints of Dark Magenta #820593
RGB
CMYK
RGB Variations
Color information
#820593 (or 0x820593) is known color: Dark Magenta. HEX triplet: 82, 05 and 93. RGB value is (130,5,147). Sum of RGB (Red+Green+Blue) = 130+5+147=282 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.10% from 282); Green value is 5 (2.34% from 255 or 1.77% from 282); Blue value is 147 (57.81% from 255 or 52.13% from 282); Max value from RGB is 147 - color contains mainly: blue. Hex color #820593 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820593 is #7DFA6C. Grayscale: #3A3A3A. Windows color (decimal): -8256109 or 9635202. OLE color: 9635202.
HSL color Cylindrical-coordinate representation of color #820593: hue angle of 292.82º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #820593 is Cyan = 0.12, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 130 | 5 | 147 | - |
| CMYK | 0.12 | 0.97 | 0 | 0.42 |
| HSL | 292.82º | 0.93% | 0.3% | - |
| HSV(B) | 292.82º | 0.97% | 0.58% | - |
| XYZ | 14.53 | 6.96 | 28.18 | - |
| YUV | 58.56 | 177.91 | 178.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 5 | 147 | 0.12 | 0.97 | 0 | 0.42 | 292.82 | 0.93 | 0.3 |
| Hex | 82 | 5 | 93 | C | 61 | 0 | 2A | 125 | 5D | 1E |
| Octal | 202 | 5 | 223 | 14 | 141 | 0 | 52 | 445 | 135 | 36 |
| Binary | 10000010 | 101 | 10010011 | 1100 | 1100001 | 0 | 101010 | 100100101 | 1011101 | 11110 |
Color Harmonies of #820593
Complementary color
Monochromatic Colors of #820593
Black with #820593
Text Example
Text Example
White with #820593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820593; }
p { color: rgb(130,5,147); }
H1.HeaderClassName
{
color: #820593;
}
.AnyTagClassName
{
color: #820593;
}
</style>
background-color css
<style>
a { background-color: #820593; }
a { background-color: rgb(130,5,147); }
div.DivClassName
{
background-color: #820593;
}
.BgClassName
{
background-color: #820593;
}
</style>
border-color css
<style>
span { border-color: #820593; }
span { border-color: rgb(130,5,147); }
td.TdClassName
{
border-color: #820593;
}
.TagClassName
{
border-color: #820593;
}
</style>