Shades of Vivid Violet #814391
Tints of Vivid Violet #814391
RGB
CMYK
RGB Variations
Color information
#814391 (or 0x814391) is known color: Vivid Violet. HEX triplet: 81, 43 and 91. RGB value is (129,67,145). Sum of RGB (Red+Green+Blue) = 129+67+145=341 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.83% from 341); Green value is 67 (26.56% from 255 or 19.65% from 341); Blue value is 145 (57.03% from 255 or 42.52% from 341); Max value from RGB is 145 - color contains mainly: blue. Hex color #814391 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #814391 is #7EBC6E. Grayscale: #5E5E5E. Windows color (decimal): -8305775 or 9520001. OLE color: 9520001.
HSL color Cylindrical-coordinate representation of color #814391: hue angle of 287.69º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #814391 is Cyan = 0.11, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 129 | 67 | 145 | - |
| CMYK | 0.11 | 0.54 | 0 | 0.43 |
| HSL | 287.69º | 0.37% | 0.42% | - |
| HSV(B) | 287.69º | 0.54% | 0.57% | - |
| XYZ | 16.17 | 10.73 | 28.01 | - |
| YUV | 94.43 | 156.54 | 152.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 67 | 145 | 0.11 | 0.54 | 0 | 0.43 | 287.69 | 0.37 | 0.42 |
| Hex | 81 | 43 | 91 | B | 36 | 0 | 2B | 120 | 25 | 2A |
| Octal | 201 | 103 | 221 | 13 | 66 | 0 | 53 | 440 | 45 | 52 |
| Binary | 10000001 | 1000011 | 10010001 | 1011 | 110110 | 0 | 101011 | 100100000 | 100101 | 101010 |
Color Harmonies of #814391
Complementary color
Monochromatic Colors of #814391
Black with #814391
Text Example
Text Example
White with #814391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814391; }
p { color: rgb(129,67,145); }
H1.HeaderClassName
{
color: #814391;
}
.AnyTagClassName
{
color: #814391;
}
</style>
background-color css
<style>
a { background-color: #814391; }
a { background-color: rgb(129,67,145); }
div.DivClassName
{
background-color: #814391;
}
.BgClassName
{
background-color: #814391;
}
</style>
border-color css
<style>
span { border-color: #814391; }
span { border-color: rgb(129,67,145); }
td.TdClassName
{
border-color: #814391;
}
.TagClassName
{
border-color: #814391;
}
</style>