Shades of Vivid Violet #8017AB
Tints of Vivid Violet #8017AB
RGB
CMYK
RGB Variations
Color information
#8017AB (or 0x8017AB) is known color: Vivid Violet. HEX triplet: 80, 17 and AB. RGB value is (128,23,171). Sum of RGB (Red+Green+Blue) = 128+23+171=322 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.75% from 322); Green value is 23 (9.38% from 255 or 7.14% from 322); Blue value is 171 (67.19% from 255 or 53.11% from 322); Max value from RGB is 171 - color contains mainly: blue. Hex color #8017AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8017AB is #7FE854. Grayscale: #464646. Windows color (decimal): -8382549 or 11212672. OLE color: 11212672.
HSL color Cylindrical-coordinate representation of color #8017AB: hue angle of 282.57º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8017AB is Cyan = 0.25, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 23 | 171 | - |
| CMYK | 0.25 | 0.87 | 0 | 0.33 |
| HSL | 282.57º | 0.76% | 0.38% | - |
| HSV(B) | 282.57º | 0.87% | 0.67% | - |
| XYZ | 16.56 | 8.14 | 39.23 | - |
| YUV | 71.27 | 184.29 | 168.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 23 | 171 | 0.25 | 0.87 | 0 | 0.33 | 282.57 | 0.76 | 0.38 |
| Hex | 80 | 17 | AB | 19 | 57 | 0 | 21 | 11B | 4C | 26 |
| Octal | 200 | 27 | 253 | 31 | 127 | 0 | 41 | 433 | 114 | 46 |
| Binary | 10000000 | 10111 | 10101011 | 11001 | 1010111 | 0 | 100001 | 100011011 | 1001100 | 100110 |
Color Harmonies of #8017AB
Complementary color
Monochromatic Colors of #8017AB
Black with #8017AB
Text Example
Text Example
White with #8017AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8017AB; }
p { color: rgb(128,23,171); }
H1.HeaderClassName
{
color: #8017AB;
}
.AnyTagClassName
{
color: #8017AB;
}
</style>
background-color css
<style>
a { background-color: #8017AB; }
a { background-color: rgb(128,23,171); }
div.DivClassName
{
background-color: #8017AB;
}
.BgClassName
{
background-color: #8017AB;
}
</style>
border-color css
<style>
span { border-color: #8017AB; }
span { border-color: rgb(128,23,171); }
td.TdClassName
{
border-color: #8017AB;
}
.TagClassName
{
border-color: #8017AB;
}
</style>