Shades of Vivid Violet #8117AB
Tints of Vivid Violet #8117AB
RGB
CMYK
RGB Variations
Color information
#8117AB (or 0x8117AB) is known color: Vivid Violet. HEX triplet: 81, 17 and AB. RGB value is (129,23,171). Sum of RGB (Red+Green+Blue) = 129+23+171=323 (42% of max value = 765). Red value is 129 (50.78% from 255 or 39.94% from 323); Green value is 23 (9.38% from 255 or 7.12% from 323); Blue value is 171 (67.19% from 255 or 52.94% from 323); Max value from RGB is 171 - color contains mainly: blue. Hex color #8117AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8117AB is #7EE854. Grayscale: #474747. Windows color (decimal): -8317013 or 11212673. OLE color: 11212673.
HSL color Cylindrical-coordinate representation of color #8117AB: hue angle of 282.97º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8117AB is Cyan = 0.25, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 129 | 23 | 171 | - |
| CMYK | 0.25 | 0.87 | 0 | 0.33 |
| HSL | 282.97º | 0.76% | 0.38% | - |
| HSV(B) | 282.97º | 0.87% | 0.67% | - |
| XYZ | 16.71 | 8.22 | 39.23 | - |
| YUV | 71.57 | 184.12 | 168.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 23 | 171 | 0.25 | 0.87 | 0 | 0.33 | 282.97 | 0.76 | 0.38 |
| Hex | 81 | 17 | AB | 19 | 57 | 0 | 21 | 11B | 4C | 26 |
| Octal | 201 | 27 | 253 | 31 | 127 | 0 | 41 | 433 | 114 | 46 |
| Binary | 10000001 | 10111 | 10101011 | 11001 | 1010111 | 0 | 100001 | 100011011 | 1001100 | 100110 |
Color Harmonies of #8117AB
Complementary color
Monochromatic Colors of #8117AB
Black with #8117AB
Text Example
Text Example
White with #8117AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8117AB; }
p { color: rgb(129,23,171); }
H1.HeaderClassName
{
color: #8117AB;
}
.AnyTagClassName
{
color: #8117AB;
}
</style>
background-color css
<style>
a { background-color: #8117AB; }
a { background-color: rgb(129,23,171); }
div.DivClassName
{
background-color: #8117AB;
}
.BgClassName
{
background-color: #8117AB;
}
</style>
border-color css
<style>
span { border-color: #8117AB; }
span { border-color: rgb(129,23,171); }
td.TdClassName
{
border-color: #8117AB;
}
.TagClassName
{
border-color: #8117AB;
}
</style>