Shades of Vivid Violet #8022AE
Tints of Vivid Violet #8022AE
RGB
CMYK
RGB Variations
Color information
#8022AE (or 0x8022AE) is known color: Vivid Violet. HEX triplet: 80, 22 and AE. RGB value is (128,34,174). Sum of RGB (Red+Green+Blue) = 128+34+174=336 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.10% from 336); Green value is 34 (13.67% from 255 or 10.12% 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 #8022AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8022AE is #7FDD51. Grayscale: #4D4D4D. Windows color (decimal): -8379730 or 11412096. OLE color: 11412096.
HSL color Cylindrical-coordinate representation of color #8022AE: hue angle of 280.29º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8022AE is Cyan = 0.26, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 128 | 34 | 174 | - |
| CMYK | 0.26 | 0.80 | 0 | 0.32 |
| HSL | 280.29º | 0.67% | 0.41% | - |
| HSV(B) | 280.29º | 0.8% | 0.68% | - |
| XYZ | 17.11 | 8.79 | 40.84 | - |
| YUV | 78.07 | 182.14 | 163.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 34 | 174 | 0.26 | 0.80 | 0 | 0.32 | 280.29 | 0.67 | 0.41 |
| Hex | 80 | 22 | AE | 1A | 50 | 0 | 20 | 118 | 43 | 29 |
| Octal | 200 | 42 | 256 | 32 | 120 | 0 | 40 | 430 | 103 | 51 |
| Binary | 10000000 | 100010 | 10101110 | 11010 | 1010000 | 0 | 100000 | 100011000 | 1000011 | 101001 |
Color Harmonies of #8022AE
Complementary color
Monochromatic Colors of #8022AE
Black with #8022AE
Text Example
Text Example
White with #8022AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8022AE; }
p { color: rgb(128,34,174); }
H1.HeaderClassName
{
color: #8022AE;
}
.AnyTagClassName
{
color: #8022AE;
}
</style>
background-color css
<style>
a { background-color: #8022AE; }
a { background-color: rgb(128,34,174); }
div.DivClassName
{
background-color: #8022AE;
}
.BgClassName
{
background-color: #8022AE;
}
</style>
border-color css
<style>
span { border-color: #8022AE; }
span { border-color: rgb(128,34,174); }
td.TdClassName
{
border-color: #8022AE;
}
.TagClassName
{
border-color: #8022AE;
}
</style>