Shades of Vivid Violet #8119AB
Tints of Vivid Violet #8119AB
RGB
CMYK
RGB Variations
Color information
#8119AB (or 0x8119AB) is known color: Vivid Violet. HEX triplet: 81, 19 and AB. RGB value is (129,25,171). Sum of RGB (Red+Green+Blue) = 129+25+171=325 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.69% from 325); Green value is 25 (10.16% from 255 or 7.69% 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 #8119AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8119AB is #7EE654. Grayscale: #484848. Windows color (decimal): -8316501 or 11213185. OLE color: 11213185.
HSL color Cylindrical-coordinate representation of color #8119AB: hue angle of 282.74º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8119AB is Cyan = 0.25, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 129 | 25 | 171 | - |
| CMYK | 0.25 | 0.85 | 0 | 0.33 |
| HSL | 282.74º | 0.74% | 0.38% | - |
| HSV(B) | 282.74º | 0.85% | 0.67% | - |
| XYZ | 16.75 | 8.3 | 39.25 | - |
| YUV | 72.74 | 183.46 | 168.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 25 | 171 | 0.25 | 0.85 | 0 | 0.33 | 282.74 | 0.74 | 0.38 |
| Hex | 81 | 19 | AB | 19 | 55 | 0 | 21 | 11B | 4A | 26 |
| Octal | 201 | 31 | 253 | 31 | 125 | 0 | 41 | 433 | 112 | 46 |
| Binary | 10000001 | 11001 | 10101011 | 11001 | 1010101 | 0 | 100001 | 100011011 | 1001010 | 100110 |
Color Harmonies of #8119AB
Complementary color
Monochromatic Colors of #8119AB
Black with #8119AB
Text Example
Text Example
White with #8119AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8119AB; }
p { color: rgb(129,25,171); }
H1.HeaderClassName
{
color: #8119AB;
}
.AnyTagClassName
{
color: #8119AB;
}
</style>
background-color css
<style>
a { background-color: #8119AB; }
a { background-color: rgb(129,25,171); }
div.DivClassName
{
background-color: #8119AB;
}
.BgClassName
{
background-color: #8119AB;
}
</style>
border-color css
<style>
span { border-color: #8119AB; }
span { border-color: rgb(129,25,171); }
td.TdClassName
{
border-color: #8119AB;
}
.TagClassName
{
border-color: #8119AB;
}
</style>