Shades of Vivid Violet #812995
Tints of Vivid Violet #812995
RGB
CMYK
RGB Variations
Color information
#812995 (or 0x812995) is known color: Vivid Violet. HEX triplet: 81, 29 and 95. RGB value is (129,41,149). Sum of RGB (Red+Green+Blue) = 129+41+149=319 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.44% from 319); Green value is 41 (16.41% from 255 or 12.85% from 319); Blue value is 149 (58.59% from 255 or 46.71% from 319); Max value from RGB is 149 - color contains mainly: blue. Hex color #812995 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #812995 is #7ED66A. Grayscale: #4F4F4F. Windows color (decimal): -8312427 or 9775489. OLE color: 9775489.
HSL color Cylindrical-coordinate representation of color #812995: hue angle of 288.89º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #812995 is Cyan = 0.13, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 129 | 41 | 149 | - |
| CMYK | 0.13 | 0.72 | 0 | 0.42 |
| HSL | 288.89º | 0.57% | 0.37% | - |
| HSV(B) | 288.89º | 0.72% | 0.58% | - |
| XYZ | 15.27 | 8.42 | 29.25 | - |
| YUV | 79.62 | 167.15 | 163.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 41 | 149 | 0.13 | 0.72 | 0 | 0.42 | 288.89 | 0.57 | 0.37 |
| Hex | 81 | 29 | 95 | D | 48 | 0 | 2A | 121 | 39 | 25 |
| Octal | 201 | 51 | 225 | 15 | 110 | 0 | 52 | 441 | 71 | 45 |
| Binary | 10000001 | 101001 | 10010101 | 1101 | 1001000 | 0 | 101010 | 100100001 | 111001 | 100101 |
Color Harmonies of #812995
Complementary color
Monochromatic Colors of #812995
Black with #812995
Text Example
Text Example
White with #812995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812995; }
p { color: rgb(129,41,149); }
H1.HeaderClassName
{
color: #812995;
}
.AnyTagClassName
{
color: #812995;
}
</style>
background-color css
<style>
a { background-color: #812995; }
a { background-color: rgb(129,41,149); }
div.DivClassName
{
background-color: #812995;
}
.BgClassName
{
background-color: #812995;
}
</style>
border-color css
<style>
span { border-color: #812995; }
span { border-color: rgb(129,41,149); }
td.TdClassName
{
border-color: #812995;
}
.TagClassName
{
border-color: #812995;
}
</style>