Shades of Vivid Violet #8014A8
Tints of Vivid Violet #8014A8
RGB
CMYK
RGB Variations
Color information
#8014A8 (or 0x8014A8) is known color: Vivid Violet. HEX triplet: 80, 14 and A8. RGB value is (128,20,168). Sum of RGB (Red+Green+Blue) = 128+20+168=316 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.51% from 316); Green value is 20 (8.20% from 255 or 6.33% from 316); Blue value is 168 (66.02% from 255 or 53.16% from 316); Max value from RGB is 168 - color contains mainly: blue. Hex color #8014A8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8014A8 is #7FEB57. Grayscale: #444444. Windows color (decimal): -8383320 or 11015296. OLE color: 11015296.
HSL color Cylindrical-coordinate representation of color #8014A8: hue angle of 283.78º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8014A8 is Cyan = 0.24, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 128 | 20 | 168 | - |
| CMYK | 0.24 | 0.88 | 0 | 0.34 |
| HSL | 283.78º | 0.79% | 0.37% | - |
| HSV(B) | 283.78º | 0.88% | 0.66% | - |
| XYZ | 16.22 | 7.92 | 37.72 | - |
| YUV | 69.16 | 183.78 | 169.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 20 | 168 | 0.24 | 0.88 | 0 | 0.34 | 283.78 | 0.79 | 0.37 |
| Hex | 80 | 14 | A8 | 18 | 58 | 0 | 22 | 11C | 4F | 25 |
| Octal | 200 | 24 | 250 | 30 | 130 | 0 | 42 | 434 | 117 | 45 |
| Binary | 10000000 | 10100 | 10101000 | 11000 | 1011000 | 0 | 100010 | 100011100 | 1001111 | 100101 |
Color Harmonies of #8014A8
Complementary color
Monochromatic Colors of #8014A8
Black with #8014A8
Text Example
Text Example
White with #8014A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8014A8; }
p { color: rgb(128,20,168); }
H1.HeaderClassName
{
color: #8014A8;
}
.AnyTagClassName
{
color: #8014A8;
}
</style>
background-color css
<style>
a { background-color: #8014A8; }
a { background-color: rgb(128,20,168); }
div.DivClassName
{
background-color: #8014A8;
}
.BgClassName
{
background-color: #8014A8;
}
</style>
border-color css
<style>
span { border-color: #8014A8; }
span { border-color: rgb(128,20,168); }
td.TdClassName
{
border-color: #8014A8;
}
.TagClassName
{
border-color: #8014A8;
}
</style>