Shades of Vivid Violet #812992
Tints of Vivid Violet #812992
RGB
CMYK
RGB Variations
Color information
#812992 (or 0x812992) is known color: Vivid Violet. HEX triplet: 81, 29 and 92. RGB value is (129,41,146). Sum of RGB (Red+Green+Blue) = 129+41+146=316 (41% of max value = 765). Red value is 129 (50.78% from 255 or 40.82% from 316); Green value is 41 (16.41% from 255 or 12.97% from 316); Blue value is 146 (57.42% from 255 or 46.20% from 316); Max value from RGB is 146 - color contains mainly: blue. Hex color #812992 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #812992 is #7ED66D. Grayscale: #4E4E4E. Windows color (decimal): -8312430 or 9578881. OLE color: 9578881.
HSL color Cylindrical-coordinate representation of color #812992: hue angle of 290.29º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #812992 is Cyan = 0.12, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 129 | 41 | 146 | - |
| CMYK | 0.12 | 0.72 | 0 | 0.43 |
| HSL | 290.29º | 0.56% | 0.37% | - |
| HSV(B) | 290.29º | 0.72% | 0.57% | - |
| XYZ | 15.03 | 8.33 | 28.01 | - |
| YUV | 79.28 | 165.65 | 163.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 41 | 146 | 0.12 | 0.72 | 0 | 0.43 | 290.29 | 0.56 | 0.37 |
| Hex | 81 | 29 | 92 | C | 48 | 0 | 2B | 122 | 38 | 25 |
| Octal | 201 | 51 | 222 | 14 | 110 | 0 | 53 | 442 | 70 | 45 |
| Binary | 10000001 | 101001 | 10010010 | 1100 | 1001000 | 0 | 101011 | 100100010 | 111000 | 100101 |
Color Harmonies of #812992
Complementary color
Monochromatic Colors of #812992
Black with #812992
Text Example
Text Example
White with #812992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812992; }
p { color: rgb(129,41,146); }
H1.HeaderClassName
{
color: #812992;
}
.AnyTagClassName
{
color: #812992;
}
</style>
background-color css
<style>
a { background-color: #812992; }
a { background-color: rgb(129,41,146); }
div.DivClassName
{
background-color: #812992;
}
.BgClassName
{
background-color: #812992;
}
</style>
border-color css
<style>
span { border-color: #812992; }
span { border-color: rgb(129,41,146); }
td.TdClassName
{
border-color: #812992;
}
.TagClassName
{
border-color: #812992;
}
</style>