Shades of Vivid Violet #8034A4
Tints of Vivid Violet #8034A4
RGB
CMYK
RGB Variations
Color information
#8034A4 (or 0x8034A4) is known color: Vivid Violet. HEX triplet: 80, 34 and A4. RGB value is (128,52,164). Sum of RGB (Red+Green+Blue) = 128+52+164=344 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.21% from 344); Green value is 52 (20.70% from 255 or 15.12% from 344); Blue value is 164 (64.45% from 255 or 47.67% from 344); Max value from RGB is 164 - color contains mainly: blue. Hex color #8034A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8034A4 is #7FCB5B. Grayscale: #575757. Windows color (decimal): -8375132 or 10761344. OLE color: 10761344.
HSL color Cylindrical-coordinate representation of color #8034A4: hue angle of 280.71º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8034A4 is Cyan = 0.22, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 128 | 52 | 164 | - |
| CMYK | 0.22 | 0.68 | 0 | 0.36 |
| HSL | 280.71º | 0.52% | 0.42% | - |
| HSV(B) | 280.71º | 0.68% | 0.64% | - |
| XYZ | 16.83 | 9.73 | 36.11 | - |
| YUV | 87.49 | 171.18 | 156.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 52 | 164 | 0.22 | 0.68 | 0 | 0.36 | 280.71 | 0.52 | 0.42 |
| Hex | 80 | 34 | A4 | 16 | 44 | 0 | 24 | 119 | 34 | 2A |
| Octal | 200 | 64 | 244 | 26 | 104 | 0 | 44 | 431 | 64 | 52 |
| Binary | 10000000 | 110100 | 10100100 | 10110 | 1000100 | 0 | 100100 | 100011001 | 110100 | 101010 |
Color Harmonies of #8034A4
Complementary color
Monochromatic Colors of #8034A4
Black with #8034A4
Text Example
Text Example
White with #8034A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8034A4; }
p { color: rgb(128,52,164); }
H1.HeaderClassName
{
color: #8034A4;
}
.AnyTagClassName
{
color: #8034A4;
}
</style>
background-color css
<style>
a { background-color: #8034A4; }
a { background-color: rgb(128,52,164); }
div.DivClassName
{
background-color: #8034A4;
}
.BgClassName
{
background-color: #8034A4;
}
</style>
border-color css
<style>
span { border-color: #8034A4; }
span { border-color: rgb(128,52,164); }
td.TdClassName
{
border-color: #8034A4;
}
.TagClassName
{
border-color: #8034A4;
}
</style>