Shades of Vivid Violet #814196
Tints of Vivid Violet #814196
RGB
CMYK
RGB Variations
Color information
#814196 (or 0x814196) is known color: Vivid Violet. HEX triplet: 81, 41 and 96. RGB value is (129,65,150). Sum of RGB (Red+Green+Blue) = 129+65+150=344 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.5% from 344); Green value is 65 (25.78% from 255 or 18.90% from 344); Blue value is 150 (58.98% from 255 or 43.60% from 344); Max value from RGB is 150 - color contains mainly: blue. Hex color #814196 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #814196 is #7EBE69. Grayscale: #5D5D5D. Windows color (decimal): -8306282 or 9847169. OLE color: 9847169.
HSL color Cylindrical-coordinate representation of color #814196: hue angle of 285.18º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #814196 is Cyan = 0.14, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 129 | 65 | 150 | - |
| CMYK | 0.14 | 0.57 | 0 | 0.41 |
| HSL | 285.18º | 0.4% | 0.42% | - |
| HSV(B) | 285.18º | 0.57% | 0.59% | - |
| XYZ | 16.45 | 10.65 | 30.04 | - |
| YUV | 93.83 | 159.7 | 153.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 65 | 150 | 0.14 | 0.57 | 0 | 0.41 | 285.18 | 0.4 | 0.42 |
| Hex | 81 | 41 | 96 | E | 39 | 0 | 29 | 11D | 28 | 2A |
| Octal | 201 | 101 | 226 | 16 | 71 | 0 | 51 | 435 | 50 | 52 |
| Binary | 10000001 | 1000001 | 10010110 | 1110 | 111001 | 0 | 101001 | 100011101 | 101000 | 101010 |
Color Harmonies of #814196
Complementary color
Monochromatic Colors of #814196
Black with #814196
Text Example
Text Example
White with #814196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814196; }
p { color: rgb(129,65,150); }
H1.HeaderClassName
{
color: #814196;
}
.AnyTagClassName
{
color: #814196;
}
</style>
background-color css
<style>
a { background-color: #814196; }
a { background-color: rgb(129,65,150); }
div.DivClassName
{
background-color: #814196;
}
.BgClassName
{
background-color: #814196;
}
</style>
border-color css
<style>
span { border-color: #814196; }
span { border-color: rgb(129,65,150); }
td.TdClassName
{
border-color: #814196;
}
.TagClassName
{
border-color: #814196;
}
</style>