Shades of Vivid Violet #8033A4
Tints of Vivid Violet #8033A4
RGB
CMYK
RGB Variations
Color information
#8033A4 (or 0x8033A4) is known color: Vivid Violet. HEX triplet: 80, 33 and A4. RGB value is (128,51,164). Sum of RGB (Red+Green+Blue) = 128+51+164=343 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.32% from 343); Green value is 51 (20.31% from 255 or 14.87% from 343); Blue value is 164 (64.45% from 255 or 47.81% from 343); Max value from RGB is 164 - color contains mainly: blue. Hex color #8033A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8033A4 is #7FCC5B. Grayscale: #565656. Windows color (decimal): -8375388 or 10761088. OLE color: 10761088.
HSL color Cylindrical-coordinate representation of color #8033A4: hue angle of 280.88º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8033A4 is Cyan = 0.22, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 128 | 51 | 164 | - |
| CMYK | 0.22 | 0.69 | 0 | 0.36 |
| HSL | 280.88º | 0.53% | 0.42% | - |
| HSV(B) | 280.88º | 0.69% | 0.64% | - |
| XYZ | 16.79 | 9.64 | 36.1 | - |
| YUV | 86.91 | 171.51 | 157.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 51 | 164 | 0.22 | 0.69 | 0 | 0.36 | 280.88 | 0.53 | 0.42 |
| Hex | 80 | 33 | A4 | 16 | 45 | 0 | 24 | 119 | 35 | 2A |
| Octal | 200 | 63 | 244 | 26 | 105 | 0 | 44 | 431 | 65 | 52 |
| Binary | 10000000 | 110011 | 10100100 | 10110 | 1000101 | 0 | 100100 | 100011001 | 110101 | 101010 |
Color Harmonies of #8033A4
Complementary color
Monochromatic Colors of #8033A4
Black with #8033A4
Text Example
Text Example
White with #8033A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8033A4; }
p { color: rgb(128,51,164); }
H1.HeaderClassName
{
color: #8033A4;
}
.AnyTagClassName
{
color: #8033A4;
}
</style>
background-color css
<style>
a { background-color: #8033A4; }
a { background-color: rgb(128,51,164); }
div.DivClassName
{
background-color: #8033A4;
}
.BgClassName
{
background-color: #8033A4;
}
</style>
border-color css
<style>
span { border-color: #8033A4; }
span { border-color: rgb(128,51,164); }
td.TdClassName
{
border-color: #8033A4;
}
.TagClassName
{
border-color: #8033A4;
}
</style>