Shades of Vivid Violet #8018AB
Tints of Vivid Violet #8018AB
RGB
CMYK
RGB Variations
Color information
#8018AB (or 0x8018AB) is known color: Vivid Violet. HEX triplet: 80, 18 and AB. RGB value is (128,24,171). Sum of RGB (Red+Green+Blue) = 128+24+171=323 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.63% from 323); Green value is 24 (9.77% from 255 or 7.43% from 323); Blue value is 171 (67.19% from 255 or 52.94% from 323); Max value from RGB is 171 - color contains mainly: blue. Hex color #8018AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8018AB is #7FE754. Grayscale: #474747. Windows color (decimal): -8382293 or 11212928. OLE color: 11212928.
HSL color Cylindrical-coordinate representation of color #8018AB: hue angle of 282.45º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8018AB is Cyan = 0.25, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 24 | 171 | - |
| CMYK | 0.25 | 0.86 | 0 | 0.33 |
| HSL | 282.45º | 0.75% | 0.38% | - |
| HSV(B) | 282.45º | 0.86% | 0.67% | - |
| XYZ | 16.58 | 8.18 | 39.23 | - |
| YUV | 71.85 | 183.96 | 168.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 24 | 171 | 0.25 | 0.86 | 0 | 0.33 | 282.45 | 0.75 | 0.38 |
| Hex | 80 | 18 | AB | 19 | 56 | 0 | 21 | 11A | 4B | 26 |
| Octal | 200 | 30 | 253 | 31 | 126 | 0 | 41 | 432 | 113 | 46 |
| Binary | 10000000 | 11000 | 10101011 | 11001 | 1010110 | 0 | 100001 | 100011010 | 1001011 | 100110 |
Color Harmonies of #8018AB
Complementary color
Monochromatic Colors of #8018AB
Black with #8018AB
Text Example
Text Example
White with #8018AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8018AB; }
p { color: rgb(128,24,171); }
H1.HeaderClassName
{
color: #8018AB;
}
.AnyTagClassName
{
color: #8018AB;
}
</style>
background-color css
<style>
a { background-color: #8018AB; }
a { background-color: rgb(128,24,171); }
div.DivClassName
{
background-color: #8018AB;
}
.BgClassName
{
background-color: #8018AB;
}
</style>
border-color css
<style>
span { border-color: #8018AB; }
span { border-color: rgb(128,24,171); }
td.TdClassName
{
border-color: #8018AB;
}
.TagClassName
{
border-color: #8018AB;
}
</style>