Shades of Vivid Violet #8218AB
Tints of Vivid Violet #8218AB
RGB
CMYK
RGB Variations
Color information
#8218AB (or 0x8218AB) is known color: Vivid Violet. HEX triplet: 82, 18 and AB. RGB value is (130,24,171). Sum of RGB (Red+Green+Blue) = 130+24+171=325 (43% of max value = 765). Red value is 130 (51.17% from 255 or 40% from 325); Green value is 24 (9.77% from 255 or 7.38% from 325); Blue value is 171 (67.19% from 255 or 52.62% from 325); Max value from RGB is 171 - color contains mainly: blue. Hex color #8218AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8218AB is #7DE754. Grayscale: #474747. Windows color (decimal): -8251221 or 11212930. OLE color: 11212930.
HSL color Cylindrical-coordinate representation of color #8218AB: hue angle of 283.27º 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 #8218AB is Cyan = 0.24, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 130 | 24 | 171 | - |
| CMYK | 0.24 | 0.86 | 0 | 0.33 |
| HSL | 283.27º | 0.75% | 0.38% | - |
| HSV(B) | 283.27º | 0.86% | 0.67% | - |
| XYZ | 16.88 | 8.34 | 39.25 | - |
| YUV | 72.45 | 183.62 | 169.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 24 | 171 | 0.24 | 0.86 | 0 | 0.33 | 283.27 | 0.75 | 0.38 |
| Hex | 82 | 18 | AB | 18 | 56 | 0 | 21 | 11B | 4B | 26 |
| Octal | 202 | 30 | 253 | 30 | 126 | 0 | 41 | 433 | 113 | 46 |
| Binary | 10000010 | 11000 | 10101011 | 11000 | 1010110 | 0 | 100001 | 100011011 | 1001011 | 100110 |
Color Harmonies of #8218AB
Complementary color
Monochromatic Colors of #8218AB
Black with #8218AB
Text Example
Text Example
White with #8218AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8218AB; }
p { color: rgb(130,24,171); }
H1.HeaderClassName
{
color: #8218AB;
}
.AnyTagClassName
{
color: #8218AB;
}
</style>
background-color css
<style>
a { background-color: #8218AB; }
a { background-color: rgb(130,24,171); }
div.DivClassName
{
background-color: #8218AB;
}
.BgClassName
{
background-color: #8218AB;
}
</style>
border-color css
<style>
span { border-color: #8218AB; }
span { border-color: rgb(130,24,171); }
td.TdClassName
{
border-color: #8218AB;
}
.TagClassName
{
border-color: #8218AB;
}
</style>