Shades of Vivid Violet #8018AD
Tints of Vivid Violet #8018AD
RGB
CMYK
RGB Variations
Color information
#8018AD (or 0x8018AD) is known color: Vivid Violet. HEX triplet: 80, 18 and AD. RGB value is (128,24,173). Sum of RGB (Red+Green+Blue) = 128+24+173=325 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.38% from 325); Green value is 24 (9.77% from 255 or 7.38% from 325); Blue value is 173 (67.97% from 255 or 53.23% from 325); Max value from RGB is 173 - color contains mainly: blue. Hex color #8018AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8018AD is #7FE752. Grayscale: #474747. Windows color (decimal): -8382291 or 11344000. OLE color: 11344000.
HSL color Cylindrical-coordinate representation of color #8018AD: hue angle of 281.88º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8018AD is Cyan = 0.26, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 128 | 24 | 173 | - |
| CMYK | 0.26 | 0.86 | 0 | 0.32 |
| HSL | 281.88º | 0.76% | 0.39% | - |
| HSV(B) | 281.88º | 0.86% | 0.68% | - |
| XYZ | 16.77 | 8.26 | 40.25 | - |
| YUV | 72.08 | 184.96 | 167.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 24 | 173 | 0.26 | 0.86 | 0 | 0.32 | 281.88 | 0.76 | 0.39 |
| Hex | 80 | 18 | AD | 1A | 56 | 0 | 20 | 11A | 4C | 27 |
| Octal | 200 | 30 | 255 | 32 | 126 | 0 | 40 | 432 | 114 | 47 |
| Binary | 10000000 | 11000 | 10101101 | 11010 | 1010110 | 0 | 100000 | 100011010 | 1001100 | 100111 |
Color Harmonies of #8018AD
Complementary color
Monochromatic Colors of #8018AD
Black with #8018AD
Text Example
Text Example
White with #8018AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8018AD; }
p { color: rgb(128,24,173); }
H1.HeaderClassName
{
color: #8018AD;
}
.AnyTagClassName
{
color: #8018AD;
}
</style>
background-color css
<style>
a { background-color: #8018AD; }
a { background-color: rgb(128,24,173); }
div.DivClassName
{
background-color: #8018AD;
}
.BgClassName
{
background-color: #8018AD;
}
</style>
border-color css
<style>
span { border-color: #8018AD; }
span { border-color: rgb(128,24,173); }
td.TdClassName
{
border-color: #8018AD;
}
.TagClassName
{
border-color: #8018AD;
}
</style>