Shades of Vivid Violet #8120AB
Tints of Vivid Violet #8120AB
RGB
CMYK
RGB Variations
Color information
#8120AB (or 0x8120AB) is known color: Vivid Violet. HEX triplet: 81, 20 and AB. RGB value is (129,32,171). Sum of RGB (Red+Green+Blue) = 129+32+171=332 (43% of max value = 765). Red value is 129 (50.78% from 255 or 38.86% from 332); Green value is 32 (12.89% from 255 or 9.64% from 332); Blue value is 171 (67.19% from 255 or 51.51% from 332); Max value from RGB is 171 - color contains mainly: blue. Hex color #8120AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8120AB is #7EDF54. Grayscale: #4C4C4C. Windows color (decimal): -8314709 or 11214977. OLE color: 11214977.
HSL color Cylindrical-coordinate representation of color #8120AB: hue angle of 281.87º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8120AB is Cyan = 0.25, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 129 | 32 | 171 | - |
| CMYK | 0.25 | 0.81 | 0 | 0.33 |
| HSL | 281.87º | 0.68% | 0.4% | - |
| HSV(B) | 281.87º | 0.81% | 0.67% | - |
| XYZ | 16.92 | 8.64 | 39.3 | - |
| YUV | 76.85 | 181.14 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 32 | 171 | 0.25 | 0.81 | 0 | 0.33 | 281.87 | 0.68 | 0.4 |
| Hex | 81 | 20 | AB | 19 | 51 | 0 | 21 | 11A | 44 | 28 |
| Octal | 201 | 40 | 253 | 31 | 121 | 0 | 41 | 432 | 104 | 50 |
| Binary | 10000001 | 100000 | 10101011 | 11001 | 1010001 | 0 | 100001 | 100011010 | 1000100 | 101000 |
Color Harmonies of #8120AB
Complementary color
Monochromatic Colors of #8120AB
Black with #8120AB
Text Example
Text Example
White with #8120AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8120AB; }
p { color: rgb(129,32,171); }
H1.HeaderClassName
{
color: #8120AB;
}
.AnyTagClassName
{
color: #8120AB;
}
</style>
background-color css
<style>
a { background-color: #8120AB; }
a { background-color: rgb(129,32,171); }
div.DivClassName
{
background-color: #8120AB;
}
.BgClassName
{
background-color: #8120AB;
}
</style>
border-color css
<style>
span { border-color: #8120AB; }
span { border-color: rgb(129,32,171); }
td.TdClassName
{
border-color: #8120AB;
}
.TagClassName
{
border-color: #8120AB;
}
</style>