Shades of Vivid Violet #814995
Tints of Vivid Violet #814995
RGB
CMYK
RGB Variations
Color information
#814995 (or 0x814995) is known color: Vivid Violet. HEX triplet: 81, 49 and 95. RGB value is (129,73,149). Sum of RGB (Red+Green+Blue) = 129+73+149=351 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.75% from 351); Green value is 73 (28.91% from 255 or 20.80% from 351); Blue value is 149 (58.59% from 255 or 42.45% from 351); Max value from RGB is 149 - color contains mainly: blue. Hex color #814995 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #814995 is #7EB66A. Grayscale: #626262. Windows color (decimal): -8304235 or 9783681. OLE color: 9783681.
HSL color Cylindrical-coordinate representation of color #814995: hue angle of 284.21º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #814995 is Cyan = 0.13, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 129 | 73 | 149 | - |
| CMYK | 0.13 | 0.51 | 0 | 0.42 |
| HSL | 284.21º | 0.34% | 0.44% | - |
| HSV(B) | 284.21º | 0.51% | 0.58% | - |
| XYZ | 16.86 | 11.6 | 29.78 | - |
| YUV | 98.41 | 156.55 | 149.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 73 | 149 | 0.13 | 0.51 | 0 | 0.42 | 284.21 | 0.34 | 0.44 |
| Hex | 81 | 49 | 95 | D | 33 | 0 | 2A | 11C | 22 | 2C |
| Octal | 201 | 111 | 225 | 15 | 63 | 0 | 52 | 434 | 42 | 54 |
| Binary | 10000001 | 1001001 | 10010101 | 1101 | 110011 | 0 | 101010 | 100011100 | 100010 | 101100 |
Color Harmonies of #814995
Complementary color
Monochromatic Colors of #814995
Black with #814995
Text Example
Text Example
White with #814995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814995; }
p { color: rgb(129,73,149); }
H1.HeaderClassName
{
color: #814995;
}
.AnyTagClassName
{
color: #814995;
}
</style>
background-color css
<style>
a { background-color: #814995; }
a { background-color: rgb(129,73,149); }
div.DivClassName
{
background-color: #814995;
}
.BgClassName
{
background-color: #814995;
}
</style>
border-color css
<style>
span { border-color: #814995; }
span { border-color: rgb(129,73,149); }
td.TdClassName
{
border-color: #814995;
}
.TagClassName
{
border-color: #814995;
}
</style>