Shades of Vivid Violet #812E97
Tints of Vivid Violet #812E97
RGB
CMYK
RGB Variations
Color information
#812E97 (or 0x812E97) is known color: Vivid Violet. HEX triplet: 81, 2E and 97. RGB value is (129,46,151). Sum of RGB (Red+Green+Blue) = 129+46+151=326 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.57% from 326); Green value is 46 (18.36% from 255 or 14.11% from 326); Blue value is 151 (59.38% from 255 or 46.32% from 326); Max value from RGB is 151 - color contains mainly: blue. Hex color #812E97 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #812E97 is #7ED168. Grayscale: #525252. Windows color (decimal): -8311145 or 9907841. OLE color: 9907841.
HSL color Cylindrical-coordinate representation of color #812E97: hue angle of 287.43º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #812E97 is Cyan = 0.15, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 129 | 46 | 151 | - |
| CMYK | 0.15 | 0.70 | 0 | 0.41 |
| HSL | 287.43º | 0.53% | 0.39% | - |
| HSV(B) | 287.43º | 0.7% | 0.59% | - |
| XYZ | 15.62 | 8.86 | 30.16 | - |
| YUV | 82.79 | 166.5 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 46 | 151 | 0.15 | 0.70 | 0 | 0.41 | 287.43 | 0.53 | 0.39 |
| Hex | 81 | 2E | 97 | F | 46 | 0 | 29 | 11F | 35 | 27 |
| Octal | 201 | 56 | 227 | 17 | 106 | 0 | 51 | 437 | 65 | 47 |
| Binary | 10000001 | 101110 | 10010111 | 1111 | 1000110 | 0 | 101001 | 100011111 | 110101 | 100111 |
Color Harmonies of #812E97
Complementary color
Monochromatic Colors of #812E97
Black with #812E97
Text Example
Text Example
White with #812E97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812E97; }
p { color: rgb(129,46,151); }
H1.HeaderClassName
{
color: #812E97;
}
.AnyTagClassName
{
color: #812E97;
}
</style>
background-color css
<style>
a { background-color: #812E97; }
a { background-color: rgb(129,46,151); }
div.DivClassName
{
background-color: #812E97;
}
.BgClassName
{
background-color: #812E97;
}
</style>
border-color css
<style>
span { border-color: #812E97; }
span { border-color: rgb(129,46,151); }
td.TdClassName
{
border-color: #812E97;
}
.TagClassName
{
border-color: #812E97;
}
</style>