Shades of Dark Magenta #8211A7
Tints of Dark Magenta #8211A7
RGB
CMYK
RGB Variations
Color information
#8211A7 (or 0x8211A7) is known color: Dark Magenta. HEX triplet: 82, 11 and A7. RGB value is (130,17,167). Sum of RGB (Red+Green+Blue) = 130+17+167=314 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.40% from 314); Green value is 17 (7.03% from 255 or 5.41% from 314); Blue value is 167 (65.62% from 255 or 53.18% from 314); Max value from RGB is 167 - color contains mainly: blue. Hex color #8211A7 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8211A7 is #7DEE58. Grayscale: #434343. Windows color (decimal): -8253017 or 10948994. OLE color: 10948994.
HSL color Cylindrical-coordinate representation of color #8211A7: hue angle of 285.2º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8211A7 is Cyan = 0.22, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 130 | 17 | 167 | - |
| CMYK | 0.22 | 0.90 | 0 | 0.35 |
| HSL | 285.2º | 0.82% | 0.36% | - |
| HSV(B) | 285.2º | 0.9% | 0.65% | - |
| XYZ | 16.38 | 7.94 | 37.23 | - |
| YUV | 67.89 | 183.94 | 172.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 17 | 167 | 0.22 | 0.90 | 0 | 0.35 | 285.2 | 0.82 | 0.36 |
| Hex | 82 | 11 | A7 | 16 | 5A | 0 | 23 | 11D | 52 | 24 |
| Octal | 202 | 21 | 247 | 26 | 132 | 0 | 43 | 435 | 122 | 44 |
| Binary | 10000010 | 10001 | 10100111 | 10110 | 1011010 | 0 | 100011 | 100011101 | 1010010 | 100100 |
Color Harmonies of #8211A7
Complementary color
Monochromatic Colors of #8211A7
Black with #8211A7
Text Example
Text Example
White with #8211A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8211A7; }
p { color: rgb(130,17,167); }
H1.HeaderClassName
{
color: #8211A7;
}
.AnyTagClassName
{
color: #8211A7;
}
</style>
background-color css
<style>
a { background-color: #8211A7; }
a { background-color: rgb(130,17,167); }
div.DivClassName
{
background-color: #8211A7;
}
.BgClassName
{
background-color: #8211A7;
}
</style>
border-color css
<style>
span { border-color: #8211A7; }
span { border-color: rgb(130,17,167); }
td.TdClassName
{
border-color: #8211A7;
}
.TagClassName
{
border-color: #8211A7;
}
</style>