Shades of Vivid Violet #812294
Tints of Vivid Violet #812294
RGB
CMYK
RGB Variations
Color information
#812294 (or 0x812294) is known color: Vivid Violet. HEX triplet: 81, 22 and 94. RGB value is (129,34,148). Sum of RGB (Red+Green+Blue) = 129+34+148=311 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.48% from 311); Green value is 34 (13.67% from 255 or 10.93% from 311); Blue value is 148 (58.20% from 255 or 47.59% from 311); Max value from RGB is 148 - color contains mainly: blue. Hex color #812294 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #812294 is #7EDD6B. Grayscale: #4B4B4B. Windows color (decimal): -8314220 or 9708161. OLE color: 9708161.
HSL color Cylindrical-coordinate representation of color #812294: hue angle of 290º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #812294 is Cyan = 0.13, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 129 | 34 | 148 | - |
| CMYK | 0.13 | 0.77 | 0 | 0.42 |
| HSL | 290º | 0.63% | 0.36% | - |
| HSV(B) | 290º | 0.77% | 0.58% | - |
| XYZ | 14.97 | 7.95 | 28.76 | - |
| YUV | 75.4 | 168.97 | 166.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 34 | 148 | 0.13 | 0.77 | 0 | 0.42 | 290 | 0.63 | 0.36 |
| Hex | 81 | 22 | 94 | D | 4D | 0 | 2A | 122 | 3F | 24 |
| Octal | 201 | 42 | 224 | 15 | 115 | 0 | 52 | 442 | 77 | 44 |
| Binary | 10000001 | 100010 | 10010100 | 1101 | 1001101 | 0 | 101010 | 100100010 | 111111 | 100100 |
Color Harmonies of #812294
Complementary color
Monochromatic Colors of #812294
Black with #812294
Text Example
Text Example
White with #812294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812294; }
p { color: rgb(129,34,148); }
H1.HeaderClassName
{
color: #812294;
}
.AnyTagClassName
{
color: #812294;
}
</style>
background-color css
<style>
a { background-color: #812294; }
a { background-color: rgb(129,34,148); }
div.DivClassName
{
background-color: #812294;
}
.BgClassName
{
background-color: #812294;
}
</style>
border-color css
<style>
span { border-color: #812294; }
span { border-color: rgb(129,34,148); }
td.TdClassName
{
border-color: #812294;
}
.TagClassName
{
border-color: #812294;
}
</style>