Shades of Vivid Violet #8121AB
Tints of Vivid Violet #8121AB
RGB
CMYK
RGB Variations
Color information
#8121AB (or 0x8121AB) is known color: Vivid Violet. HEX triplet: 81, 21 and AB. RGB value is (129,33,171). Sum of RGB (Red+Green+Blue) = 129+33+171=333 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.74% from 333); Green value is 33 (13.28% from 255 or 9.91% from 333); Blue value is 171 (67.19% from 255 or 51.35% from 333); Max value from RGB is 171 - color contains mainly: blue. Hex color #8121AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8121AB is #7EDE54. Grayscale: #4C4C4C. Windows color (decimal): -8314453 or 11215233. OLE color: 11215233.
HSL color Cylindrical-coordinate representation of color #8121AB: hue angle of 281.74º 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 #8121AB is Cyan = 0.25, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 129 | 33 | 171 | - |
| CMYK | 0.25 | 0.81 | 0 | 0.33 |
| HSL | 281.74º | 0.68% | 0.4% | - |
| HSV(B) | 281.74º | 0.81% | 0.67% | - |
| XYZ | 16.95 | 8.7 | 39.31 | - |
| YUV | 77.44 | 180.8 | 164.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 33 | 171 | 0.25 | 0.81 | 0 | 0.33 | 281.74 | 0.68 | 0.4 |
| Hex | 81 | 21 | AB | 19 | 51 | 0 | 21 | 11A | 44 | 28 |
| Octal | 201 | 41 | 253 | 31 | 121 | 0 | 41 | 432 | 104 | 50 |
| Binary | 10000001 | 100001 | 10101011 | 11001 | 1010001 | 0 | 100001 | 100011010 | 1000100 | 101000 |
Color Harmonies of #8121AB
Complementary color
Monochromatic Colors of #8121AB
Black with #8121AB
Text Example
Text Example
White with #8121AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8121AB; }
p { color: rgb(129,33,171); }
H1.HeaderClassName
{
color: #8121AB;
}
.AnyTagClassName
{
color: #8121AB;
}
</style>
background-color css
<style>
a { background-color: #8121AB; }
a { background-color: rgb(129,33,171); }
div.DivClassName
{
background-color: #8121AB;
}
.BgClassName
{
background-color: #8121AB;
}
</style>
border-color css
<style>
span { border-color: #8121AB; }
span { border-color: rgb(129,33,171); }
td.TdClassName
{
border-color: #8121AB;
}
.TagClassName
{
border-color: #8121AB;
}
</style>