Shades of Dark Magenta #821397
Tints of Dark Magenta #821397
RGB
CMYK
RGB Variations
Color information
#821397 (or 0x821397) is known color: Dark Magenta. HEX triplet: 82, 13 and 97. RGB value is (130,19,151). Sum of RGB (Red+Green+Blue) = 130+19+151=300 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.33% from 300); Green value is 19 (7.81% from 255 or 6.33% from 300); Blue value is 151 (59.38% from 255 or 50.33% from 300); Max value from RGB is 151 - color contains mainly: blue. Hex color #821397 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #821397 is #7DEC68. Grayscale: #424242. Windows color (decimal): -8252521 or 9900930. OLE color: 9900930.
HSL color Cylindrical-coordinate representation of color #821397: hue angle of 290.45º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #821397 is Cyan = 0.14, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 130 | 19 | 151 | - |
| CMYK | 0.14 | 0.87 | 0 | 0.41 |
| HSL | 290.45º | 0.78% | 0.33% | - |
| HSV(B) | 290.45º | 0.87% | 0.59% | - |
| XYZ | 15.02 | 7.45 | 29.92 | - |
| YUV | 67.24 | 175.27 | 172.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 19 | 151 | 0.14 | 0.87 | 0 | 0.41 | 290.45 | 0.78 | 0.33 |
| Hex | 82 | 13 | 97 | E | 57 | 0 | 29 | 122 | 4E | 21 |
| Octal | 202 | 23 | 227 | 16 | 127 | 0 | 51 | 442 | 116 | 41 |
| Binary | 10000010 | 10011 | 10010111 | 1110 | 1010111 | 0 | 101001 | 100100010 | 1001110 | 100001 |
Color Harmonies of #821397
Complementary color
Monochromatic Colors of #821397
Black with #821397
Text Example
Text Example
White with #821397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821397; }
p { color: rgb(130,19,151); }
H1.HeaderClassName
{
color: #821397;
}
.AnyTagClassName
{
color: #821397;
}
</style>
background-color css
<style>
a { background-color: #821397; }
a { background-color: rgb(130,19,151); }
div.DivClassName
{
background-color: #821397;
}
.BgClassName
{
background-color: #821397;
}
</style>
border-color css
<style>
span { border-color: #821397; }
span { border-color: rgb(130,19,151); }
td.TdClassName
{
border-color: #821397;
}
.TagClassName
{
border-color: #821397;
}
</style>