Shades of Dark Magenta #821895
Tints of Dark Magenta #821895
RGB
CMYK
RGB Variations
Color information
#821895 (or 0x821895) is known color: Dark Magenta. HEX triplet: 82, 18 and 95. RGB value is (130,24,149). Sum of RGB (Red+Green+Blue) = 130+24+149=303 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.90% from 303); Green value is 24 (9.77% from 255 or 7.92% from 303); Blue value is 149 (58.59% from 255 or 49.17% from 303); Max value from RGB is 149 - color contains mainly: blue. Hex color #821895 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #821895 is #7DE76A. Grayscale: #454545. Windows color (decimal): -8251243 or 9771138. OLE color: 9771138.
HSL color Cylindrical-coordinate representation of color #821895: hue angle of 290.88º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #821895 is Cyan = 0.13, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 130 | 24 | 149 | - |
| CMYK | 0.13 | 0.84 | 0 | 0.42 |
| HSL | 290.88º | 0.72% | 0.34% | - |
| HSV(B) | 290.88º | 0.84% | 0.58% | - |
| XYZ | 14.96 | 7.57 | 29.11 | - |
| YUV | 69.94 | 172.62 | 170.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 24 | 149 | 0.13 | 0.84 | 0 | 0.42 | 290.88 | 0.72 | 0.34 |
| Hex | 82 | 18 | 95 | D | 54 | 0 | 2A | 123 | 48 | 22 |
| Octal | 202 | 30 | 225 | 15 | 124 | 0 | 52 | 443 | 110 | 42 |
| Binary | 10000010 | 11000 | 10010101 | 1101 | 1010100 | 0 | 101010 | 100100011 | 1001000 | 100010 |
Color Harmonies of #821895
Complementary color
Monochromatic Colors of #821895
Black with #821895
Text Example
Text Example
White with #821895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821895; }
p { color: rgb(130,24,149); }
H1.HeaderClassName
{
color: #821895;
}
.AnyTagClassName
{
color: #821895;
}
</style>
background-color css
<style>
a { background-color: #821895; }
a { background-color: rgb(130,24,149); }
div.DivClassName
{
background-color: #821895;
}
.BgClassName
{
background-color: #821895;
}
</style>
border-color css
<style>
span { border-color: #821895; }
span { border-color: rgb(130,24,149); }
td.TdClassName
{
border-color: #821895;
}
.TagClassName
{
border-color: #821895;
}
</style>