Shades of Vivid Violet #8117AE
Tints of Vivid Violet #8117AE
RGB
CMYK
RGB Variations
Color information
#8117AE (or 0x8117AE) is known color: Vivid Violet. HEX triplet: 81, 17 and AE. RGB value is (129,23,174). Sum of RGB (Red+Green+Blue) = 129+23+174=326 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.57% from 326); Green value is 23 (9.38% from 255 or 7.06% from 326); Blue value is 174 (68.36% from 255 or 53.37% from 326); Max value from RGB is 174 - color contains mainly: blue. Hex color #8117AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8117AE is #7EE851. Grayscale: #474747. Windows color (decimal): -8317010 or 11409281. OLE color: 11409281.
HSL color Cylindrical-coordinate representation of color #8117AE: hue angle of 282.12º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8117AE is Cyan = 0.26, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 129 | 23 | 174 | - |
| CMYK | 0.26 | 0.87 | 0 | 0.32 |
| HSL | 282.12º | 0.77% | 0.39% | - |
| HSV(B) | 282.12º | 0.87% | 0.68% | - |
| XYZ | 17 | 8.34 | 40.76 | - |
| YUV | 71.91 | 185.62 | 168.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 23 | 174 | 0.26 | 0.87 | 0 | 0.32 | 282.12 | 0.77 | 0.39 |
| Hex | 81 | 17 | AE | 1A | 57 | 0 | 20 | 11A | 4D | 27 |
| Octal | 201 | 27 | 256 | 32 | 127 | 0 | 40 | 432 | 115 | 47 |
| Binary | 10000001 | 10111 | 10101110 | 11010 | 1010111 | 0 | 100000 | 100011010 | 1001101 | 100111 |
Color Harmonies of #8117AE
Complementary color
Monochromatic Colors of #8117AE
Black with #8117AE
Text Example
Text Example
White with #8117AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8117AE; }
p { color: rgb(129,23,174); }
H1.HeaderClassName
{
color: #8117AE;
}
.AnyTagClassName
{
color: #8117AE;
}
</style>
background-color css
<style>
a { background-color: #8117AE; }
a { background-color: rgb(129,23,174); }
div.DivClassName
{
background-color: #8117AE;
}
.BgClassName
{
background-color: #8117AE;
}
</style>
border-color css
<style>
span { border-color: #8117AE; }
span { border-color: rgb(129,23,174); }
td.TdClassName
{
border-color: #8117AE;
}
.TagClassName
{
border-color: #8117AE;
}
</style>