Shades of Dark Magenta #821691
Tints of Dark Magenta #821691
RGB
CMYK
RGB Variations
Color information
#821691 (or 0x821691) is known color: Dark Magenta. HEX triplet: 82, 16 and 91. RGB value is (130,22,145). Sum of RGB (Red+Green+Blue) = 130+22+145=297 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.77% from 297); Green value is 22 (8.98% from 255 or 7.41% from 297); Blue value is 145 (57.03% from 255 or 48.82% from 297); Max value from RGB is 145 - color contains mainly: blue. Hex color #821691 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #821691 is #7DE96E. Grayscale: #434343. Windows color (decimal): -8251759 or 9508482. OLE color: 9508482.
HSL color Cylindrical-coordinate representation of color #821691: hue angle of 292.68º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #821691 is Cyan = 0.10, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 130 | 22 | 145 | - |
| CMYK | 0.10 | 0.85 | 0 | 0.43 |
| HSL | 292.68º | 0.74% | 0.33% | - |
| HSV(B) | 292.68º | 0.85% | 0.57% | - |
| XYZ | 14.6 | 7.36 | 27.44 | - |
| YUV | 68.31 | 171.28 | 172 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 22 | 145 | 0.10 | 0.85 | 0 | 0.43 | 292.68 | 0.74 | 0.33 |
| Hex | 82 | 16 | 91 | A | 55 | 0 | 2B | 125 | 4A | 21 |
| Octal | 202 | 26 | 221 | 12 | 125 | 0 | 53 | 445 | 112 | 41 |
| Binary | 10000010 | 10110 | 10010001 | 1010 | 1010101 | 0 | 101011 | 100100101 | 1001010 | 100001 |
Color Harmonies of #821691
Complementary color
Monochromatic Colors of #821691
Black with #821691
Text Example
Text Example
White with #821691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821691; }
p { color: rgb(130,22,145); }
H1.HeaderClassName
{
color: #821691;
}
.AnyTagClassName
{
color: #821691;
}
</style>
background-color css
<style>
a { background-color: #821691; }
a { background-color: rgb(130,22,145); }
div.DivClassName
{
background-color: #821691;
}
.BgClassName
{
background-color: #821691;
}
</style>
border-color css
<style>
span { border-color: #821691; }
span { border-color: rgb(130,22,145); }
td.TdClassName
{
border-color: #821691;
}
.TagClassName
{
border-color: #821691;
}
</style>