Shades of Vivid Violet #8016AC
Tints of Vivid Violet #8016AC
RGB
CMYK
RGB Variations
Color information
#8016AC (or 0x8016AC) is known color: Vivid Violet. HEX triplet: 80, 16 and AC. RGB value is (128,22,172). Sum of RGB (Red+Green+Blue) = 128+22+172=322 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.75% from 322); Green value is 22 (8.98% from 255 or 6.83% from 322); Blue value is 172 (67.58% from 255 or 53.42% from 322); Max value from RGB is 172 - color contains mainly: blue. Hex color #8016AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8016AC is #7FE953. Grayscale: #464646. Windows color (decimal): -8382804 or 11277952. OLE color: 11277952.
HSL color Cylindrical-coordinate representation of color #8016AC: hue angle of 282.4º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8016AC is Cyan = 0.26, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 22 | 172 | - |
| CMYK | 0.26 | 0.87 | 0 | 0.33 |
| HSL | 282.4º | 0.77% | 0.38% | - |
| HSV(B) | 282.4º | 0.87% | 0.67% | - |
| XYZ | 16.64 | 8.14 | 39.72 | - |
| YUV | 70.79 | 185.12 | 168.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 22 | 172 | 0.26 | 0.87 | 0 | 0.33 | 282.4 | 0.77 | 0.38 |
| Hex | 80 | 16 | AC | 1A | 57 | 0 | 21 | 11A | 4D | 26 |
| Octal | 200 | 26 | 254 | 32 | 127 | 0 | 41 | 432 | 115 | 46 |
| Binary | 10000000 | 10110 | 10101100 | 11010 | 1010111 | 0 | 100001 | 100011010 | 1001101 | 100110 |
Color Harmonies of #8016AC
Complementary color
Monochromatic Colors of #8016AC
Black with #8016AC
Text Example
Text Example
White with #8016AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8016AC; }
p { color: rgb(128,22,172); }
H1.HeaderClassName
{
color: #8016AC;
}
.AnyTagClassName
{
color: #8016AC;
}
</style>
background-color css
<style>
a { background-color: #8016AC; }
a { background-color: rgb(128,22,172); }
div.DivClassName
{
background-color: #8016AC;
}
.BgClassName
{
background-color: #8016AC;
}
</style>
border-color css
<style>
span { border-color: #8016AC; }
span { border-color: rgb(128,22,172); }
td.TdClassName
{
border-color: #8016AC;
}
.TagClassName
{
border-color: #8016AC;
}
</style>