Shades of Vivid Violet #811FA7
Tints of Vivid Violet #811FA7
RGB
CMYK
RGB Variations
Color information
#811FA7 (or 0x811FA7) is known color: Vivid Violet. HEX triplet: 81, 1F and A7. RGB value is (129,31,167). Sum of RGB (Red+Green+Blue) = 129+31+167=327 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.45% from 327); Green value is 31 (12.5% from 255 or 9.48% from 327); Blue value is 167 (65.62% from 255 or 51.07% from 327); Max value from RGB is 167 - color contains mainly: blue. Hex color #811FA7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #811FA7 is #7EE058. Grayscale: #4B4B4B. Windows color (decimal): -8314969 or 10952577. OLE color: 10952577.
HSL color Cylindrical-coordinate representation of color #811FA7: hue angle of 283.24º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #811FA7 is Cyan = 0.23, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 129 | 31 | 167 | - |
| CMYK | 0.23 | 0.81 | 0 | 0.35 |
| HSL | 283.24º | 0.69% | 0.39% | - |
| HSV(B) | 283.24º | 0.81% | 0.65% | - |
| XYZ | 16.52 | 8.44 | 37.32 | - |
| YUV | 75.81 | 179.47 | 165.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 31 | 167 | 0.23 | 0.81 | 0 | 0.35 | 283.24 | 0.69 | 0.39 |
| Hex | 81 | 1F | A7 | 17 | 51 | 0 | 23 | 11B | 45 | 27 |
| Octal | 201 | 37 | 247 | 27 | 121 | 0 | 43 | 433 | 105 | 47 |
| Binary | 10000001 | 11111 | 10100111 | 10111 | 1010001 | 0 | 100011 | 100011011 | 1000101 | 100111 |
Color Harmonies of #811FA7
Complementary color
Monochromatic Colors of #811FA7
Black with #811FA7
Text Example
Text Example
White with #811FA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811FA7; }
p { color: rgb(129,31,167); }
H1.HeaderClassName
{
color: #811FA7;
}
.AnyTagClassName
{
color: #811FA7;
}
</style>
background-color css
<style>
a { background-color: #811FA7; }
a { background-color: rgb(129,31,167); }
div.DivClassName
{
background-color: #811FA7;
}
.BgClassName
{
background-color: #811FA7;
}
</style>
border-color css
<style>
span { border-color: #811FA7; }
span { border-color: rgb(129,31,167); }
td.TdClassName
{
border-color: #811FA7;
}
.TagClassName
{
border-color: #811FA7;
}
</style>