Shades of Vivid Violet #812194
Tints of Vivid Violet #812194
RGB
CMYK
RGB Variations
Color information
#812194 (or 0x812194) is known color: Vivid Violet. HEX triplet: 81, 21 and 94. RGB value is (129,33,148). Sum of RGB (Red+Green+Blue) = 129+33+148=310 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.61% from 310); Green value is 33 (13.28% from 255 or 10.65% from 310); Blue value is 148 (58.20% from 255 or 47.74% from 310); Max value from RGB is 148 - color contains mainly: blue. Hex color #812194 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #812194 is #7EDE6B. Grayscale: #4A4A4A. Windows color (decimal): -8314476 or 9707905. OLE color: 9707905.
HSL color Cylindrical-coordinate representation of color #812194: hue angle of 290.09º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #812194 is Cyan = 0.13, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 129 | 33 | 148 | - |
| CMYK | 0.13 | 0.78 | 0 | 0.42 |
| HSL | 290.09º | 0.64% | 0.35% | - |
| HSV(B) | 290.09º | 0.78% | 0.58% | - |
| XYZ | 14.94 | 7.89 | 28.75 | - |
| YUV | 74.81 | 169.3 | 166.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 33 | 148 | 0.13 | 0.78 | 0 | 0.42 | 290.09 | 0.64 | 0.35 |
| Hex | 81 | 21 | 94 | D | 4E | 0 | 2A | 122 | 40 | 23 |
| Octal | 201 | 41 | 224 | 15 | 116 | 0 | 52 | 442 | 100 | 43 |
| Binary | 10000001 | 100001 | 10010100 | 1101 | 1001110 | 0 | 101010 | 100100010 | 1000000 | 100011 |
Color Harmonies of #812194
Complementary color
Monochromatic Colors of #812194
Black with #812194
Text Example
Text Example
White with #812194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812194; }
p { color: rgb(129,33,148); }
H1.HeaderClassName
{
color: #812194;
}
.AnyTagClassName
{
color: #812194;
}
</style>
background-color css
<style>
a { background-color: #812194; }
a { background-color: rgb(129,33,148); }
div.DivClassName
{
background-color: #812194;
}
.BgClassName
{
background-color: #812194;
}
</style>
border-color css
<style>
span { border-color: #812194; }
span { border-color: rgb(129,33,148); }
td.TdClassName
{
border-color: #812194;
}
.TagClassName
{
border-color: #812194;
}
</style>