Shades of Dark Magenta #820495
Tints of Dark Magenta #820495
RGB
CMYK
RGB Variations
Color information
#820495 (or 0x820495) is known color: Dark Magenta. HEX triplet: 82, 04 and 95. RGB value is (130,4,149). Sum of RGB (Red+Green+Blue) = 130+4+149=283 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.94% from 283); Green value is 4 (1.95% from 255 or 1.41% from 283); Blue value is 149 (58.59% from 255 or 52.65% from 283); Max value from RGB is 149 - color contains mainly: blue. Hex color #820495 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820495 is #7DFB6A. Grayscale: #393939. Windows color (decimal): -8256363 or 9766018. OLE color: 9766018.
HSL color Cylindrical-coordinate representation of color #820495: hue angle of 292.14º degrees, saturation: 0.95, 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 #820495 is Cyan = 0.13, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 130 | 4 | 149 | - |
| CMYK | 0.13 | 0.97 | 0 | 0.42 |
| HSL | 292.14º | 0.95% | 0.3% | - |
| HSV(B) | 292.14º | 0.97% | 0.58% | - |
| XYZ | 14.67 | 7 | 29.01 | - |
| YUV | 58.2 | 179.24 | 179.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 4 | 149 | 0.13 | 0.97 | 0 | 0.42 | 292.14 | 0.95 | 0.3 |
| Hex | 82 | 4 | 95 | D | 61 | 0 | 2A | 124 | 5F | 1E |
| Octal | 202 | 4 | 225 | 15 | 141 | 0 | 52 | 444 | 137 | 36 |
| Binary | 10000010 | 100 | 10010101 | 1101 | 1100001 | 0 | 101010 | 100100100 | 1011111 | 11110 |
Color Harmonies of #820495
Complementary color
Monochromatic Colors of #820495
Black with #820495
Text Example
Text Example
White with #820495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820495; }
p { color: rgb(130,4,149); }
H1.HeaderClassName
{
color: #820495;
}
.AnyTagClassName
{
color: #820495;
}
</style>
background-color css
<style>
a { background-color: #820495; }
a { background-color: rgb(130,4,149); }
div.DivClassName
{
background-color: #820495;
}
.BgClassName
{
background-color: #820495;
}
</style>
border-color css
<style>
span { border-color: #820495; }
span { border-color: rgb(130,4,149); }
td.TdClassName
{
border-color: #820495;
}
.TagClassName
{
border-color: #820495;
}
</style>