Shades of Vivid Violet #814899
Tints of Vivid Violet #814899
RGB
CMYK
RGB Variations
Color information
#814899 (or 0x814899) is known color: Vivid Violet. HEX triplet: 81, 48 and 99. RGB value is (129,72,153). Sum of RGB (Red+Green+Blue) = 129+72+153=354 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.44% from 354); Green value is 72 (28.52% from 255 or 20.34% from 354); Blue value is 153 (60.16% from 255 or 43.22% from 354); Max value from RGB is 153 - color contains mainly: blue. Hex color #814899 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #814899 is #7EB766. Grayscale: #626262. Windows color (decimal): -8304487 or 10045569. OLE color: 10045569.
HSL color Cylindrical-coordinate representation of color #814899: hue angle of 282.22º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #814899 is Cyan = 0.16, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 129 | 72 | 153 | - |
| CMYK | 0.16 | 0.53 | 0 | 0.4 |
| HSL | 282.22º | 0.36% | 0.44% | - |
| HSV(B) | 282.22º | 0.53% | 0.6% | - |
| XYZ | 17.12 | 11.6 | 31.47 | - |
| YUV | 98.28 | 158.88 | 149.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 72 | 153 | 0.16 | 0.53 | 0 | 0.4 | 282.22 | 0.36 | 0.44 |
| Hex | 81 | 48 | 99 | 10 | 35 | 0 | 28 | 11A | 24 | 2C |
| Octal | 201 | 110 | 231 | 20 | 65 | 0 | 50 | 432 | 44 | 54 |
| Binary | 10000001 | 1001000 | 10011001 | 10000 | 110101 | 0 | 101000 | 100011010 | 100100 | 101100 |
Color Harmonies of #814899
Complementary color
Monochromatic Colors of #814899
Black with #814899
Text Example
Text Example
White with #814899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814899; }
p { color: rgb(129,72,153); }
H1.HeaderClassName
{
color: #814899;
}
.AnyTagClassName
{
color: #814899;
}
</style>
background-color css
<style>
a { background-color: #814899; }
a { background-color: rgb(129,72,153); }
div.DivClassName
{
background-color: #814899;
}
.BgClassName
{
background-color: #814899;
}
</style>
border-color css
<style>
span { border-color: #814899; }
span { border-color: rgb(129,72,153); }
td.TdClassName
{
border-color: #814899;
}
.TagClassName
{
border-color: #814899;
}
</style>