Shades of Vivid Violet #814290
Tints of Vivid Violet #814290
RGB
CMYK
RGB Variations
Color information
#814290 (or 0x814290) is known color: Vivid Violet. HEX triplet: 81, 42 and 90. RGB value is (129,66,144). Sum of RGB (Red+Green+Blue) = 129+66+144=339 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.05% from 339); Green value is 66 (26.17% from 255 or 19.47% from 339); Blue value is 144 (56.64% from 255 or 42.48% from 339); Max value from RGB is 144 - color contains mainly: blue. Hex color #814290 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #814290 is #7EBD6F. Grayscale: #5D5D5D. Windows color (decimal): -8306032 or 9454209. OLE color: 9454209.
HSL color Cylindrical-coordinate representation of color #814290: hue angle of 288.46º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #814290 is Cyan = 0.10, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 129 | 66 | 144 | - |
| CMYK | 0.10 | 0.54 | 0 | 0.44 |
| HSL | 288.46º | 0.37% | 0.41% | - |
| HSV(B) | 288.46º | 0.54% | 0.56% | - |
| XYZ | 16.04 | 10.58 | 27.58 | - |
| YUV | 93.73 | 156.37 | 153.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 66 | 144 | 0.10 | 0.54 | 0 | 0.44 | 288.46 | 0.37 | 0.41 |
| Hex | 81 | 42 | 90 | A | 36 | 0 | 2C | 120 | 25 | 29 |
| Octal | 201 | 102 | 220 | 12 | 66 | 0 | 54 | 440 | 45 | 51 |
| Binary | 10000001 | 1000010 | 10010000 | 1010 | 110110 | 0 | 101100 | 100100000 | 100101 | 101001 |
Color Harmonies of #814290
Complementary color
Monochromatic Colors of #814290
Black with #814290
Text Example
Text Example
White with #814290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814290; }
p { color: rgb(129,66,144); }
H1.HeaderClassName
{
color: #814290;
}
.AnyTagClassName
{
color: #814290;
}
</style>
background-color css
<style>
a { background-color: #814290; }
a { background-color: rgb(129,66,144); }
div.DivClassName
{
background-color: #814290;
}
.BgClassName
{
background-color: #814290;
}
</style>
border-color css
<style>
span { border-color: #814290; }
span { border-color: rgb(129,66,144); }
td.TdClassName
{
border-color: #814290;
}
.TagClassName
{
border-color: #814290;
}
</style>