Shades of Vivid Violet #8031A4
Tints of Vivid Violet #8031A4
RGB
CMYK
RGB Variations
Color information
#8031A4 (or 0x8031A4) is known color: Vivid Violet. HEX triplet: 80, 31 and A4. RGB value is (128,49,164). Sum of RGB (Red+Green+Blue) = 128+49+164=341 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.54% from 341); Green value is 49 (19.53% from 255 or 14.37% from 341); Blue value is 164 (64.45% from 255 or 48.09% from 341); Max value from RGB is 164 - color contains mainly: blue. Hex color #8031A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8031A4 is #7FCE5B. Grayscale: #555555. Windows color (decimal): -8375900 or 10760576. OLE color: 10760576.
HSL color Cylindrical-coordinate representation of color #8031A4: hue angle of 281.22º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8031A4 is Cyan = 0.22, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 128 | 49 | 164 | - |
| CMYK | 0.22 | 0.70 | 0 | 0.36 |
| HSL | 281.22º | 0.54% | 0.42% | - |
| HSV(B) | 281.22º | 0.7% | 0.64% | - |
| XYZ | 16.7 | 9.47 | 36.07 | - |
| YUV | 85.73 | 172.17 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 49 | 164 | 0.22 | 0.70 | 0 | 0.36 | 281.22 | 0.54 | 0.42 |
| Hex | 80 | 31 | A4 | 16 | 46 | 0 | 24 | 119 | 36 | 2A |
| Octal | 200 | 61 | 244 | 26 | 106 | 0 | 44 | 431 | 66 | 52 |
| Binary | 10000000 | 110001 | 10100100 | 10110 | 1000110 | 0 | 100100 | 100011001 | 110110 | 101010 |
Color Harmonies of #8031A4
Complementary color
Monochromatic Colors of #8031A4
Black with #8031A4
Text Example
Text Example
White with #8031A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8031A4; }
p { color: rgb(128,49,164); }
H1.HeaderClassName
{
color: #8031A4;
}
.AnyTagClassName
{
color: #8031A4;
}
</style>
background-color css
<style>
a { background-color: #8031A4; }
a { background-color: rgb(128,49,164); }
div.DivClassName
{
background-color: #8031A4;
}
.BgClassName
{
background-color: #8031A4;
}
</style>
border-color css
<style>
span { border-color: #8031A4; }
span { border-color: rgb(128,49,164); }
td.TdClassName
{
border-color: #8031A4;
}
.TagClassName
{
border-color: #8031A4;
}
</style>