Shades of Dark Magenta #8215A2
Tints of Dark Magenta #8215A2
RGB
CMYK
RGB Variations
Color information
#8215A2 (or 0x8215A2) is known color: Dark Magenta. HEX triplet: 82, 15 and A2. RGB value is (130,21,162). Sum of RGB (Red+Green+Blue) = 130+21+162=313 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.53% from 313); Green value is 21 (8.59% from 255 or 6.71% from 313); Blue value is 162 (63.67% from 255 or 51.76% from 313); Max value from RGB is 162 - color contains mainly: blue. Hex color #8215A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8215A2 is #7DEA5D. Grayscale: #454545. Windows color (decimal): -8251998 or 10622338. OLE color: 10622338.
HSL color Cylindrical-coordinate representation of color #8215A2: hue angle of 286.38º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8215A2 is Cyan = 0.20, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 130 | 21 | 162 | - |
| CMYK | 0.20 | 0.87 | 0 | 0.36 |
| HSL | 286.38º | 0.77% | 0.36% | - |
| HSV(B) | 286.38º | 0.87% | 0.64% | - |
| XYZ | 16 | 7.89 | 34.86 | - |
| YUV | 69.67 | 180.11 | 171.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 21 | 162 | 0.20 | 0.87 | 0 | 0.36 | 286.38 | 0.77 | 0.36 |
| Hex | 82 | 15 | A2 | 14 | 57 | 0 | 24 | 11E | 4D | 24 |
| Octal | 202 | 25 | 242 | 24 | 127 | 0 | 44 | 436 | 115 | 44 |
| Binary | 10000010 | 10101 | 10100010 | 10100 | 1010111 | 0 | 100100 | 100011110 | 1001101 | 100100 |
Color Harmonies of #8215A2
Complementary color
Monochromatic Colors of #8215A2
Black with #8215A2
Text Example
Text Example
White with #8215A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8215A2; }
p { color: rgb(130,21,162); }
H1.HeaderClassName
{
color: #8215A2;
}
.AnyTagClassName
{
color: #8215A2;
}
</style>
background-color css
<style>
a { background-color: #8215A2; }
a { background-color: rgb(130,21,162); }
div.DivClassName
{
background-color: #8215A2;
}
.BgClassName
{
background-color: #8215A2;
}
</style>
border-color css
<style>
span { border-color: #8215A2; }
span { border-color: rgb(130,21,162); }
td.TdClassName
{
border-color: #8215A2;
}
.TagClassName
{
border-color: #8215A2;
}
</style>