Shades of Dark Violet #8212AE
Tints of Dark Violet #8212AE
RGB
CMYK
RGB Variations
Color information
#8212AE (or 0x8212AE) is known color: Dark Violet. HEX triplet: 82, 12 and AE. RGB value is (130,18,174). Sum of RGB (Red+Green+Blue) = 130+18+174=322 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.37% from 322); Green value is 18 (7.42% from 255 or 5.59% from 322); Blue value is 174 (68.36% from 255 or 54.04% from 322); Max value from RGB is 174 - color contains mainly: blue. Hex color #8212AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8212AE is #7DED51. Grayscale: #444444. Windows color (decimal): -8252754 or 11408002. OLE color: 11408002.
HSL color Cylindrical-coordinate representation of color #8212AE: hue angle of 283.08º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8212AE is Cyan = 0.25, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 130 | 18 | 174 | - |
| CMYK | 0.25 | 0.90 | 0 | 0.32 |
| HSL | 283.08º | 0.81% | 0.38% | - |
| HSV(B) | 283.08º | 0.9% | 0.68% | - |
| XYZ | 17.06 | 8.23 | 40.73 | - |
| YUV | 69.27 | 187.11 | 171.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 18 | 174 | 0.25 | 0.90 | 0 | 0.32 | 283.08 | 0.81 | 0.38 |
| Hex | 82 | 12 | AE | 19 | 5A | 0 | 20 | 11B | 51 | 26 |
| Octal | 202 | 22 | 256 | 31 | 132 | 0 | 40 | 433 | 121 | 46 |
| Binary | 10000010 | 10010 | 10101110 | 11001 | 1011010 | 0 | 100000 | 100011011 | 1010001 | 100110 |
Color Harmonies of #8212AE
Complementary color
Monochromatic Colors of #8212AE
Black with #8212AE
Text Example
Text Example
White with #8212AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8212AE; }
p { color: rgb(130,18,174); }
H1.HeaderClassName
{
color: #8212AE;
}
.AnyTagClassName
{
color: #8212AE;
}
</style>
background-color css
<style>
a { background-color: #8212AE; }
a { background-color: rgb(130,18,174); }
div.DivClassName
{
background-color: #8212AE;
}
.BgClassName
{
background-color: #8212AE;
}
</style>
border-color css
<style>
span { border-color: #8212AE; }
span { border-color: rgb(130,18,174); }
td.TdClassName
{
border-color: #8212AE;
}
.TagClassName
{
border-color: #8212AE;
}
</style>