Shades of Vivid Violet #8114AB
Tints of Vivid Violet #8114AB
RGB
CMYK
RGB Variations
Color information
#8114AB (or 0x8114AB) is known color: Vivid Violet. HEX triplet: 81, 14 and AB. RGB value is (129,20,171). Sum of RGB (Red+Green+Blue) = 129+20+171=320 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.31% from 320); Green value is 20 (8.20% from 255 or 6.25% from 320); Blue value is 171 (67.19% from 255 or 53.44% from 320); Max value from RGB is 171 - color contains mainly: blue. Hex color #8114AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8114AB is #7EEB54. Grayscale: #454545. Windows color (decimal): -8317781 or 11211905. OLE color: 11211905.
HSL color Cylindrical-coordinate representation of color #8114AB: hue angle of 283.31º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8114AB is Cyan = 0.25, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 129 | 20 | 171 | - |
| CMYK | 0.25 | 0.88 | 0 | 0.33 |
| HSL | 283.31º | 0.79% | 0.37% | - |
| HSV(B) | 283.31º | 0.88% | 0.67% | - |
| XYZ | 16.65 | 8.11 | 39.22 | - |
| YUV | 69.81 | 185.11 | 170.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 20 | 171 | 0.25 | 0.88 | 0 | 0.33 | 283.31 | 0.79 | 0.37 |
| Hex | 81 | 14 | AB | 19 | 58 | 0 | 21 | 11B | 4F | 25 |
| Octal | 201 | 24 | 253 | 31 | 130 | 0 | 41 | 433 | 117 | 45 |
| Binary | 10000001 | 10100 | 10101011 | 11001 | 1011000 | 0 | 100001 | 100011011 | 1001111 | 100101 |
Color Harmonies of #8114AB
Complementary color
Monochromatic Colors of #8114AB
Black with #8114AB
Text Example
Text Example
White with #8114AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8114AB; }
p { color: rgb(129,20,171); }
H1.HeaderClassName
{
color: #8114AB;
}
.AnyTagClassName
{
color: #8114AB;
}
</style>
background-color css
<style>
a { background-color: #8114AB; }
a { background-color: rgb(129,20,171); }
div.DivClassName
{
background-color: #8114AB;
}
.BgClassName
{
background-color: #8114AB;
}
</style>
border-color css
<style>
span { border-color: #8114AB; }
span { border-color: rgb(129,20,171); }
td.TdClassName
{
border-color: #8114AB;
}
.TagClassName
{
border-color: #8114AB;
}
</style>