Shades of Dark Magenta #820097
Tints of Dark Magenta #820097
RGB
CMYK
RGB Variations
Color information
#820097 (or 0x820097) is known color: Dark Magenta. HEX triplet: 82, 00 and 97. RGB value is (130,0,151). Sum of RGB (Red+Green+Blue) = 130+0+151=281 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.26% from 281); Green value is 0 (0.39% from 255 or 0% from 281); Blue value is 151 (59.38% from 255 or 53.74% from 281); Max value from RGB is 151 - color contains mainly: blue. Hex color #820097 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820097 is #7DFF68. Grayscale: #373737. Windows color (decimal): -8257385 or 9896066. OLE color: 9896066.
HSL color Cylindrical-coordinate representation of color #820097: hue angle of 291.66º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #820097 is Cyan = 0.14, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 130 | 0 | 151 | - |
| CMYK | 0.14 | 1 | 0 | 0.41 |
| HSL | 291.66º | 1% | 0.3% | - |
| HSV(B) | 291.66º | 1% | 0.59% | - |
| XYZ | 14.79 | 6.98 | 29.85 | - |
| YUV | 56.08 | 181.57 | 180.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 0 | 151 | 0.14 | 1 | 0 | 0.41 | 291.66 | 1 | 0.3 |
| Hex | 82 | 0 | 97 | E | 64 | 0 | 29 | 124 | 64 | 1E |
| Octal | 202 | 0 | 227 | 16 | 144 | 0 | 51 | 444 | 144 | 36 |
| Binary | 10000010 | 0 | 10010111 | 1110 | 1100100 | 0 | 101001 | 100100100 | 1100100 | 11110 |
Color Harmonies of #820097
Complementary color
Monochromatic Colors of #820097
Black with #820097
Text Example
Text Example
White with #820097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820097; }
p { color: rgb(130,0,151); }
H1.HeaderClassName
{
color: #820097;
}
.AnyTagClassName
{
color: #820097;
}
</style>
background-color css
<style>
a { background-color: #820097; }
a { background-color: rgb(130,0,151); }
div.DivClassName
{
background-color: #820097;
}
.BgClassName
{
background-color: #820097;
}
</style>
border-color css
<style>
span { border-color: #820097; }
span { border-color: rgb(130,0,151); }
td.TdClassName
{
border-color: #820097;
}
.TagClassName
{
border-color: #820097;
}
</style>