Shades of Dark Violet #8211AE
Tints of Dark Violet #8211AE
RGB
CMYK
RGB Variations
Color information
#8211AE (or 0x8211AE) is known color: Dark Violet. HEX triplet: 82, 11 and AE. RGB value is (130,17,174). Sum of RGB (Red+Green+Blue) = 130+17+174=321 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.50% from 321); Green value is 17 (7.03% from 255 or 5.30% from 321); Blue value is 174 (68.36% from 255 or 54.21% from 321); Max value from RGB is 174 - color contains mainly: blue. Hex color #8211AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8211AE is #7DEE51. Grayscale: #444444. Windows color (decimal): -8253010 or 11407746. OLE color: 11407746.
HSL color Cylindrical-coordinate representation of color #8211AE: hue angle of 283.18º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8211AE is Cyan = 0.25, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 130 | 17 | 174 | - |
| CMYK | 0.25 | 0.90 | 0 | 0.32 |
| HSL | 283.18º | 0.82% | 0.37% | - |
| HSV(B) | 283.18º | 0.9% | 0.68% | - |
| XYZ | 17.05 | 8.2 | 40.73 | - |
| YUV | 68.69 | 187.44 | 171.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 17 | 174 | 0.25 | 0.90 | 0 | 0.32 | 283.18 | 0.82 | 0.37 |
| Hex | 82 | 11 | AE | 19 | 5A | 0 | 20 | 11B | 52 | 25 |
| Octal | 202 | 21 | 256 | 31 | 132 | 0 | 40 | 433 | 122 | 45 |
| Binary | 10000010 | 10001 | 10101110 | 11001 | 1011010 | 0 | 100000 | 100011011 | 1010010 | 100101 |
Color Harmonies of #8211AE
Complementary color
Monochromatic Colors of #8211AE
Black with #8211AE
Text Example
Text Example
White with #8211AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8211AE; }
p { color: rgb(130,17,174); }
H1.HeaderClassName
{
color: #8211AE;
}
.AnyTagClassName
{
color: #8211AE;
}
</style>
background-color css
<style>
a { background-color: #8211AE; }
a { background-color: rgb(130,17,174); }
div.DivClassName
{
background-color: #8211AE;
}
.BgClassName
{
background-color: #8211AE;
}
</style>
border-color css
<style>
span { border-color: #8211AE; }
span { border-color: rgb(130,17,174); }
td.TdClassName
{
border-color: #8211AE;
}
.TagClassName
{
border-color: #8211AE;
}
</style>