Shades of Vivid Violet #814197
Tints of Vivid Violet #814197
RGB
CMYK
RGB Variations
Color information
#814197 (or 0x814197) is known color: Vivid Violet. HEX triplet: 81, 41 and 97. RGB value is (129,65,151). Sum of RGB (Red+Green+Blue) = 129+65+151=345 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.39% from 345); Green value is 65 (25.78% from 255 or 18.84% from 345); Blue value is 151 (59.38% from 255 or 43.77% from 345); Max value from RGB is 151 - color contains mainly: blue. Hex color #814197 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #814197 is #7EBE68. Grayscale: #5D5D5D. Windows color (decimal): -8306281 or 9912705. OLE color: 9912705.
HSL color Cylindrical-coordinate representation of color #814197: hue angle of 284.65º 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 #814197 is Cyan = 0.15, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 129 | 65 | 151 | - |
| CMYK | 0.15 | 0.57 | 0 | 0.41 |
| HSL | 284.65º | 0.4% | 0.42% | - |
| HSV(B) | 284.65º | 0.57% | 0.59% | - |
| XYZ | 16.53 | 10.68 | 30.47 | - |
| YUV | 93.94 | 160.2 | 153.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 65 | 151 | 0.15 | 0.57 | 0 | 0.41 | 284.65 | 0.4 | 0.42 |
| Hex | 81 | 41 | 97 | F | 39 | 0 | 29 | 11D | 28 | 2A |
| Octal | 201 | 101 | 227 | 17 | 71 | 0 | 51 | 435 | 50 | 52 |
| Binary | 10000001 | 1000001 | 10010111 | 1111 | 111001 | 0 | 101001 | 100011101 | 101000 | 101010 |
Color Harmonies of #814197
Complementary color
Monochromatic Colors of #814197
Black with #814197
Text Example
Text Example
White with #814197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814197; }
p { color: rgb(129,65,151); }
H1.HeaderClassName
{
color: #814197;
}
.AnyTagClassName
{
color: #814197;
}
</style>
background-color css
<style>
a { background-color: #814197; }
a { background-color: rgb(129,65,151); }
div.DivClassName
{
background-color: #814197;
}
.BgClassName
{
background-color: #814197;
}
</style>
border-color css
<style>
span { border-color: #814197; }
span { border-color: rgb(129,65,151); }
td.TdClassName
{
border-color: #814197;
}
.TagClassName
{
border-color: #814197;
}
</style>