Shades of Vivid Violet #812195
Tints of Vivid Violet #812195
RGB
CMYK
RGB Variations
Color information
#812195 (or 0x812195) is known color: Vivid Violet. HEX triplet: 81, 21 and 95. RGB value is (129,33,149). Sum of RGB (Red+Green+Blue) = 129+33+149=311 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.48% from 311); Green value is 33 (13.28% from 255 or 10.61% from 311); Blue value is 149 (58.59% from 255 or 47.91% from 311); Max value from RGB is 149 - color contains mainly: blue. Hex color #812195 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #812195 is #7EDE6A. Grayscale: #4A4A4A. Windows color (decimal): -8314475 or 9773441. OLE color: 9773441.
HSL color Cylindrical-coordinate representation of color #812195: hue angle of 289.66º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #812195 is Cyan = 0.13, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 129 | 33 | 149 | - |
| CMYK | 0.13 | 0.78 | 0 | 0.42 |
| HSL | 289.66º | 0.64% | 0.36% | - |
| HSV(B) | 289.66º | 0.78% | 0.58% | - |
| XYZ | 15.02 | 7.92 | 29.17 | - |
| YUV | 74.93 | 169.8 | 166.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 33 | 149 | 0.13 | 0.78 | 0 | 0.42 | 289.66 | 0.64 | 0.36 |
| Hex | 81 | 21 | 95 | D | 4E | 0 | 2A | 122 | 40 | 24 |
| Octal | 201 | 41 | 225 | 15 | 116 | 0 | 52 | 442 | 100 | 44 |
| Binary | 10000001 | 100001 | 10010101 | 1101 | 1001110 | 0 | 101010 | 100100010 | 1000000 | 100100 |
Color Harmonies of #812195
Complementary color
Monochromatic Colors of #812195
Black with #812195
Text Example
Text Example
White with #812195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812195; }
p { color: rgb(129,33,149); }
H1.HeaderClassName
{
color: #812195;
}
.AnyTagClassName
{
color: #812195;
}
</style>
background-color css
<style>
a { background-color: #812195; }
a { background-color: rgb(129,33,149); }
div.DivClassName
{
background-color: #812195;
}
.BgClassName
{
background-color: #812195;
}
</style>
border-color css
<style>
span { border-color: #812195; }
span { border-color: rgb(129,33,149); }
td.TdClassName
{
border-color: #812195;
}
.TagClassName
{
border-color: #812195;
}
</style>