Shades of Vivid Violet #8220A3
Tints of Vivid Violet #8220A3
RGB
CMYK
RGB Variations
Color information
#8220A3 (or 0x8220A3) is known color: Vivid Violet. HEX triplet: 82, 20 and A3. RGB value is (130,32,163). Sum of RGB (Red+Green+Blue) = 130+32+163=325 (43% of max value = 765). Red value is 130 (51.17% from 255 or 40% from 325); Green value is 32 (12.89% from 255 or 9.85% from 325); Blue value is 163 (64.06% from 255 or 50.15% from 325); Max value from RGB is 163 - color contains mainly: blue. Hex color #8220A3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8220A3 is #7DDF5C. Grayscale: #4B4B4B. Windows color (decimal): -8249181 or 10690690. OLE color: 10690690.
HSL color Cylindrical-coordinate representation of color #8220A3: hue angle of 284.89º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8220A3 is Cyan = 0.20, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 130 | 32 | 163 | - |
| CMYK | 0.20 | 0.80 | 0 | 0.36 |
| HSL | 284.89º | 0.67% | 0.38% | - |
| HSV(B) | 284.89º | 0.8% | 0.64% | - |
| XYZ | 16.33 | 8.42 | 35.42 | - |
| YUV | 76.24 | 176.97 | 166.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 32 | 163 | 0.20 | 0.80 | 0 | 0.36 | 284.89 | 0.67 | 0.38 |
| Hex | 82 | 20 | A3 | 14 | 50 | 0 | 24 | 11D | 43 | 26 |
| Octal | 202 | 40 | 243 | 24 | 120 | 0 | 44 | 435 | 103 | 46 |
| Binary | 10000010 | 100000 | 10100011 | 10100 | 1010000 | 0 | 100100 | 100011101 | 1000011 | 100110 |
Color Harmonies of #8220A3
Complementary color
Monochromatic Colors of #8220A3
Black with #8220A3
Text Example
Text Example
White with #8220A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8220A3; }
p { color: rgb(130,32,163); }
H1.HeaderClassName
{
color: #8220A3;
}
.AnyTagClassName
{
color: #8220A3;
}
</style>
background-color css
<style>
a { background-color: #8220A3; }
a { background-color: rgb(130,32,163); }
div.DivClassName
{
background-color: #8220A3;
}
.BgClassName
{
background-color: #8220A3;
}
</style>
border-color css
<style>
span { border-color: #8220A3; }
span { border-color: rgb(130,32,163); }
td.TdClassName
{
border-color: #8220A3;
}
.TagClassName
{
border-color: #8220A3;
}
</style>