Shades of Vivid Violet #811FAE
Tints of Vivid Violet #811FAE
RGB
CMYK
RGB Variations
Color information
#811FAE (or 0x811FAE) is known color: Vivid Violet. HEX triplet: 81, 1F and AE. RGB value is (129,31,174). Sum of RGB (Red+Green+Blue) = 129+31+174=334 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.62% from 334); Green value is 31 (12.5% from 255 or 9.28% from 334); Blue value is 174 (68.36% from 255 or 52.10% from 334); Max value from RGB is 174 - color contains mainly: blue. Hex color #811FAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #811FAE is #7EE051. Grayscale: #4C4C4C. Windows color (decimal): -8314962 or 11411329. OLE color: 11411329.
HSL color Cylindrical-coordinate representation of color #811FAE: hue angle of 281.12º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #811FAE is Cyan = 0.26, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 129 | 31 | 174 | - |
| CMYK | 0.26 | 0.82 | 0 | 0.32 |
| HSL | 281.12º | 0.7% | 0.4% | - |
| HSV(B) | 281.12º | 0.82% | 0.68% | - |
| XYZ | 17.18 | 8.7 | 40.82 | - |
| YUV | 76.6 | 182.97 | 165.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 31 | 174 | 0.26 | 0.82 | 0 | 0.32 | 281.12 | 0.7 | 0.4 |
| Hex | 81 | 1F | AE | 1A | 52 | 0 | 20 | 119 | 46 | 28 |
| Octal | 201 | 37 | 256 | 32 | 122 | 0 | 40 | 431 | 106 | 50 |
| Binary | 10000001 | 11111 | 10101110 | 11010 | 1010010 | 0 | 100000 | 100011001 | 1000110 | 101000 |
Color Harmonies of #811FAE
Complementary color
Monochromatic Colors of #811FAE
Black with #811FAE
Text Example
Text Example
White with #811FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811FAE; }
p { color: rgb(129,31,174); }
H1.HeaderClassName
{
color: #811FAE;
}
.AnyTagClassName
{
color: #811FAE;
}
</style>
background-color css
<style>
a { background-color: #811FAE; }
a { background-color: rgb(129,31,174); }
div.DivClassName
{
background-color: #811FAE;
}
.BgClassName
{
background-color: #811FAE;
}
</style>
border-color css
<style>
span { border-color: #811FAE; }
span { border-color: rgb(129,31,174); }
td.TdClassName
{
border-color: #811FAE;
}
.TagClassName
{
border-color: #811FAE;
}
</style>