Shades of Vivid Violet #8220AE
Tints of Vivid Violet #8220AE
RGB
CMYK
RGB Variations
Color information
#8220AE (or 0x8220AE) is known color: Vivid Violet. HEX triplet: 82, 20 and AE. RGB value is (130,32,174). Sum of RGB (Red+Green+Blue) = 130+32+174=336 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.69% from 336); Green value is 32 (12.89% from 255 or 9.52% from 336); Blue value is 174 (68.36% from 255 or 51.79% from 336); Max value from RGB is 174 - color contains mainly: blue. Hex color #8220AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8220AE is #7DDF51. Grayscale: #4D4D4D. Windows color (decimal): -8249170 or 11411586. OLE color: 11411586.
HSL color Cylindrical-coordinate representation of color #8220AE: hue angle of 281.41º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8220AE is Cyan = 0.25, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 130 | 32 | 174 | - |
| CMYK | 0.25 | 0.82 | 0 | 0.32 |
| HSL | 281.41º | 0.69% | 0.4% | - |
| HSV(B) | 281.41º | 0.82% | 0.68% | - |
| XYZ | 17.36 | 8.83 | 40.83 | - |
| YUV | 77.49 | 182.47 | 165.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 32 | 174 | 0.25 | 0.82 | 0 | 0.32 | 281.41 | 0.69 | 0.4 |
| Hex | 82 | 20 | AE | 19 | 52 | 0 | 20 | 119 | 45 | 28 |
| Octal | 202 | 40 | 256 | 31 | 122 | 0 | 40 | 431 | 105 | 50 |
| Binary | 10000010 | 100000 | 10101110 | 11001 | 1010010 | 0 | 100000 | 100011001 | 1000101 | 101000 |
Color Harmonies of #8220AE
Complementary color
Monochromatic Colors of #8220AE
Black with #8220AE
Text Example
Text Example
White with #8220AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8220AE; }
p { color: rgb(130,32,174); }
H1.HeaderClassName
{
color: #8220AE;
}
.AnyTagClassName
{
color: #8220AE;
}
</style>
background-color css
<style>
a { background-color: #8220AE; }
a { background-color: rgb(130,32,174); }
div.DivClassName
{
background-color: #8220AE;
}
.BgClassName
{
background-color: #8220AE;
}
</style>
border-color css
<style>
span { border-color: #8220AE; }
span { border-color: rgb(130,32,174); }
td.TdClassName
{
border-color: #8220AE;
}
.TagClassName
{
border-color: #8220AE;
}
</style>