Shades of Vivid Violet #812096
Tints of Vivid Violet #812096
RGB
CMYK
RGB Variations
Color information
#812096 (or 0x812096) is known color: Vivid Violet. HEX triplet: 81, 20 and 96. RGB value is (129,32,150). Sum of RGB (Red+Green+Blue) = 129+32+150=311 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.48% from 311); Green value is 32 (12.89% from 255 or 10.29% from 311); Blue value is 150 (58.98% from 255 or 48.23% from 311); Max value from RGB is 150 - color contains mainly: blue. Hex color #812096 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #812096 is #7EDF69. Grayscale: #4A4A4A. Windows color (decimal): -8314730 or 9838721. OLE color: 9838721.
HSL color Cylindrical-coordinate representation of color #812096: hue angle of 289.32º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #812096 is Cyan = 0.14, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 129 | 32 | 150 | - |
| CMYK | 0.14 | 0.79 | 0 | 0.41 |
| HSL | 289.32º | 0.65% | 0.36% | - |
| HSV(B) | 289.32º | 0.79% | 0.59% | - |
| XYZ | 15.07 | 7.9 | 29.58 | - |
| YUV | 74.46 | 170.64 | 166.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 32 | 150 | 0.14 | 0.79 | 0 | 0.41 | 289.32 | 0.65 | 0.36 |
| Hex | 81 | 20 | 96 | E | 4F | 0 | 29 | 121 | 41 | 24 |
| Octal | 201 | 40 | 226 | 16 | 117 | 0 | 51 | 441 | 101 | 44 |
| Binary | 10000001 | 100000 | 10010110 | 1110 | 1001111 | 0 | 101001 | 100100001 | 1000001 | 100100 |
Color Harmonies of #812096
Complementary color
Monochromatic Colors of #812096
Black with #812096
Text Example
Text Example
White with #812096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812096; }
p { color: rgb(129,32,150); }
H1.HeaderClassName
{
color: #812096;
}
.AnyTagClassName
{
color: #812096;
}
</style>
background-color css
<style>
a { background-color: #812096; }
a { background-color: rgb(129,32,150); }
div.DivClassName
{
background-color: #812096;
}
.BgClassName
{
background-color: #812096;
}
</style>
border-color css
<style>
span { border-color: #812096; }
span { border-color: rgb(129,32,150); }
td.TdClassName
{
border-color: #812096;
}
.TagClassName
{
border-color: #812096;
}
</style>