Shades of Vivid Violet #814A91
Tints of Vivid Violet #814A91
RGB
CMYK
RGB Variations
Color information
#814A91 (or 0x814A91) is known color: Vivid Violet. HEX triplet: 81, 4A and 91. RGB value is (129,74,145). Sum of RGB (Red+Green+Blue) = 129+74+145=348 (46% of max value = 765). Red value is 129 (50.78% from 255 or 37.07% from 348); Green value is 74 (29.30% from 255 or 21.26% from 348); Blue value is 145 (57.03% from 255 or 41.67% from 348); Max value from RGB is 145 - color contains mainly: blue. Hex color #814A91 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #814A91 is #7EB56E. Grayscale: #626262. Windows color (decimal): -8303983 or 9521793. OLE color: 9521793.
HSL color Cylindrical-coordinate representation of color #814A91: hue angle of 286.48º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #814A91 is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 129 | 74 | 145 | - |
| CMYK | 0.11 | 0.49 | 0 | 0.43 |
| HSL | 286.48º | 0.32% | 0.43% | - |
| HSV(B) | 286.48º | 0.49% | 0.57% | - |
| XYZ | 16.61 | 11.61 | 28.15 | - |
| YUV | 98.54 | 154.22 | 149.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 74 | 145 | 0.11 | 0.49 | 0 | 0.43 | 286.48 | 0.32 | 0.43 |
| Hex | 81 | 4A | 91 | B | 31 | 0 | 2B | 11E | 20 | 2B |
| Octal | 201 | 112 | 221 | 13 | 61 | 0 | 53 | 436 | 40 | 53 |
| Binary | 10000001 | 1001010 | 10010001 | 1011 | 110001 | 0 | 101011 | 100011110 | 100000 | 101011 |
Color Harmonies of #814A91
Complementary color
Monochromatic Colors of #814A91
Black with #814A91
Text Example
Text Example
White with #814A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814A91; }
p { color: rgb(129,74,145); }
H1.HeaderClassName
{
color: #814A91;
}
.AnyTagClassName
{
color: #814A91;
}
</style>
background-color css
<style>
a { background-color: #814A91; }
a { background-color: rgb(129,74,145); }
div.DivClassName
{
background-color: #814A91;
}
.BgClassName
{
background-color: #814A91;
}
</style>
border-color css
<style>
span { border-color: #814A91; }
span { border-color: rgb(129,74,145); }
td.TdClassName
{
border-color: #814A91;
}
.TagClassName
{
border-color: #814A91;
}
</style>