Shades of Vivid Violet #811EA7
Tints of Vivid Violet #811EA7
RGB
CMYK
RGB Variations
Color information
#811EA7 (or 0x811EA7) is known color: Vivid Violet. HEX triplet: 81, 1E and A7. RGB value is (129,30,167). Sum of RGB (Red+Green+Blue) = 129+30+167=326 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.57% from 326); Green value is 30 (12.11% from 255 or 9.20% from 326); Blue value is 167 (65.62% from 255 or 51.23% from 326); Max value from RGB is 167 - color contains mainly: blue. Hex color #811EA7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #811EA7 is #7EE158. Grayscale: #4A4A4A. Windows color (decimal): -8315225 or 10952321. OLE color: 10952321.
HSL color Cylindrical-coordinate representation of color #811EA7: hue angle of 283.36º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #811EA7 is Cyan = 0.23, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 129 | 30 | 167 | - |
| CMYK | 0.23 | 0.82 | 0 | 0.35 |
| HSL | 283.36º | 0.7% | 0.39% | - |
| HSV(B) | 283.36º | 0.82% | 0.65% | - |
| XYZ | 16.49 | 8.39 | 37.31 | - |
| YUV | 75.22 | 179.8 | 166.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 30 | 167 | 0.23 | 0.82 | 0 | 0.35 | 283.36 | 0.7 | 0.39 |
| Hex | 81 | 1E | A7 | 17 | 52 | 0 | 23 | 11B | 46 | 27 |
| Octal | 201 | 36 | 247 | 27 | 122 | 0 | 43 | 433 | 106 | 47 |
| Binary | 10000001 | 11110 | 10100111 | 10111 | 1010010 | 0 | 100011 | 100011011 | 1000110 | 100111 |
Color Harmonies of #811EA7
Complementary color
Monochromatic Colors of #811EA7
Black with #811EA7
Text Example
Text Example
White with #811EA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811EA7; }
p { color: rgb(129,30,167); }
H1.HeaderClassName
{
color: #811EA7;
}
.AnyTagClassName
{
color: #811EA7;
}
</style>
background-color css
<style>
a { background-color: #811EA7; }
a { background-color: rgb(129,30,167); }
div.DivClassName
{
background-color: #811EA7;
}
.BgClassName
{
background-color: #811EA7;
}
</style>
border-color css
<style>
span { border-color: #811EA7; }
span { border-color: rgb(129,30,167); }
td.TdClassName
{
border-color: #811EA7;
}
.TagClassName
{
border-color: #811EA7;
}
</style>