Shades of Vivid Violet #814190
Tints of Vivid Violet #814190
RGB
CMYK
RGB Variations
Color information
#814190 (or 0x814190) is known color: Vivid Violet. HEX triplet: 81, 41 and 90. RGB value is (129,65,144). Sum of RGB (Red+Green+Blue) = 129+65+144=338 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.17% from 338); Green value is 65 (25.78% from 255 or 19.23% from 338); Blue value is 144 (56.64% from 255 or 42.60% from 338); Max value from RGB is 144 - color contains mainly: blue. Hex color #814190 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #814190 is #7EBE6F. Grayscale: #5C5C5C. Windows color (decimal): -8306288 or 9453953. OLE color: 9453953.
HSL color Cylindrical-coordinate representation of color #814190: hue angle of 288.61º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #814190 is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 129 | 65 | 144 | - |
| CMYK | 0.10 | 0.55 | 0 | 0.44 |
| HSL | 288.61º | 0.38% | 0.41% | - |
| HSV(B) | 288.61º | 0.55% | 0.56% | - |
| XYZ | 15.98 | 10.46 | 27.56 | - |
| YUV | 93.14 | 156.7 | 153.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 65 | 144 | 0.10 | 0.55 | 0 | 0.44 | 288.61 | 0.38 | 0.41 |
| Hex | 81 | 41 | 90 | A | 37 | 0 | 2C | 121 | 26 | 29 |
| Octal | 201 | 101 | 220 | 12 | 67 | 0 | 54 | 441 | 46 | 51 |
| Binary | 10000001 | 1000001 | 10010000 | 1010 | 110111 | 0 | 101100 | 100100001 | 100110 | 101001 |
Color Harmonies of #814190
Complementary color
Monochromatic Colors of #814190
Black with #814190
Text Example
Text Example
White with #814190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814190; }
p { color: rgb(129,65,144); }
H1.HeaderClassName
{
color: #814190;
}
.AnyTagClassName
{
color: #814190;
}
</style>
background-color css
<style>
a { background-color: #814190; }
a { background-color: rgb(129,65,144); }
div.DivClassName
{
background-color: #814190;
}
.BgClassName
{
background-color: #814190;
}
</style>
border-color css
<style>
span { border-color: #814190; }
span { border-color: rgb(129,65,144); }
td.TdClassName
{
border-color: #814190;
}
.TagClassName
{
border-color: #814190;
}
</style>