Shades of Vivid Violet #8029AB
Tints of Vivid Violet #8029AB
RGB
CMYK
RGB Variations
Color information
#8029AB (or 0x8029AB) is known color: Vivid Violet. HEX triplet: 80, 29 and AB. RGB value is (128,41,171). Sum of RGB (Red+Green+Blue) = 128+41+171=340 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.65% from 340); Green value is 41 (16.41% from 255 or 12.06% from 340); Blue value is 171 (67.19% from 255 or 50.29% from 340); Max value from RGB is 171 - color contains mainly: blue. Hex color #8029AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8029AB is #7FD654. Grayscale: #515151. Windows color (decimal): -8377941 or 11217280. OLE color: 11217280.
HSL color Cylindrical-coordinate representation of color #8029AB: hue angle of 280.15º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8029AB is Cyan = 0.25, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 41 | 171 | - |
| CMYK | 0.25 | 0.76 | 0 | 0.33 |
| HSL | 280.15º | 0.61% | 0.42% | - |
| HSV(B) | 280.15º | 0.76% | 0.67% | - |
| XYZ | 17.05 | 9.12 | 39.39 | - |
| YUV | 81.83 | 178.32 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 41 | 171 | 0.25 | 0.76 | 0 | 0.33 | 280.15 | 0.61 | 0.42 |
| Hex | 80 | 29 | AB | 19 | 4C | 0 | 21 | 118 | 3D | 2A |
| Octal | 200 | 51 | 253 | 31 | 114 | 0 | 41 | 430 | 75 | 52 |
| Binary | 10000000 | 101001 | 10101011 | 11001 | 1001100 | 0 | 100001 | 100011000 | 111101 | 101010 |
Color Harmonies of #8029AB
Complementary color
Monochromatic Colors of #8029AB
Black with #8029AB
Text Example
Text Example
White with #8029AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8029AB; }
p { color: rgb(128,41,171); }
H1.HeaderClassName
{
color: #8029AB;
}
.AnyTagClassName
{
color: #8029AB;
}
</style>
background-color css
<style>
a { background-color: #8029AB; }
a { background-color: rgb(128,41,171); }
div.DivClassName
{
background-color: #8029AB;
}
.BgClassName
{
background-color: #8029AB;
}
</style>
border-color css
<style>
span { border-color: #8029AB; }
span { border-color: rgb(128,41,171); }
td.TdClassName
{
border-color: #8029AB;
}
.TagClassName
{
border-color: #8029AB;
}
</style>