Shades of Vivid Violet #814A95
Tints of Vivid Violet #814A95
RGB
CMYK
RGB Variations
Color information
#814A95 (or 0x814A95) is known color: Vivid Violet. HEX triplet: 81, 4A and 95. RGB value is (129,74,149). Sum of RGB (Red+Green+Blue) = 129+74+149=352 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.65% from 352); Green value is 74 (29.30% from 255 or 21.02% from 352); Blue value is 149 (58.59% from 255 or 42.33% from 352); Max value from RGB is 149 - color contains mainly: blue. Hex color #814A95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #814A95 is #7EB56A. Grayscale: #626262. Windows color (decimal): -8303979 or 9783937. OLE color: 9783937.
HSL color Cylindrical-coordinate representation of color #814A95: hue angle of 284º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #814A95 is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 129 | 74 | 149 | - |
| CMYK | 0.13 | 0.50 | 0 | 0.42 |
| HSL | 284º | 0.34% | 0.44% | - |
| HSV(B) | 284º | 0.5% | 0.58% | - |
| XYZ | 16.93 | 11.73 | 29.81 | - |
| YUV | 99 | 156.22 | 149.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 74 | 149 | 0.13 | 0.50 | 0 | 0.42 | 284 | 0.34 | 0.44 |
| Hex | 81 | 4A | 95 | D | 32 | 0 | 2A | 11C | 22 | 2C |
| Octal | 201 | 112 | 225 | 15 | 62 | 0 | 52 | 434 | 42 | 54 |
| Binary | 10000001 | 1001010 | 10010101 | 1101 | 110010 | 0 | 101010 | 100011100 | 100010 | 101100 |
Color Harmonies of #814A95
Complementary color
Monochromatic Colors of #814A95
Black with #814A95
Text Example
Text Example
White with #814A95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814A95; }
p { color: rgb(129,74,149); }
H1.HeaderClassName
{
color: #814A95;
}
.AnyTagClassName
{
color: #814A95;
}
</style>
background-color css
<style>
a { background-color: #814A95; }
a { background-color: rgb(129,74,149); }
div.DivClassName
{
background-color: #814A95;
}
.BgClassName
{
background-color: #814A95;
}
</style>
border-color css
<style>
span { border-color: #814A95; }
span { border-color: rgb(129,74,149); }
td.TdClassName
{
border-color: #814A95;
}
.TagClassName
{
border-color: #814A95;
}
</style>