Shades of Vivid Violet #812291
Tints of Vivid Violet #812291
RGB
CMYK
RGB Variations
Color information
#812291 (or 0x812291) is known color: Vivid Violet. HEX triplet: 81, 22 and 91. RGB value is (129,34,145). Sum of RGB (Red+Green+Blue) = 129+34+145=308 (40% of max value = 765). Red value is 129 (50.78% from 255 or 41.88% from 308); Green value is 34 (13.67% from 255 or 11.04% from 308); Blue value is 145 (57.03% from 255 or 47.08% from 308); Max value from RGB is 145 - color contains mainly: blue. Hex color #812291 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #812291 is #7EDD6E. Grayscale: #4A4A4A. Windows color (decimal): -8314223 or 9511553. OLE color: 9511553.
HSL color Cylindrical-coordinate representation of color #812291: hue angle of 291.35º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #812291 is Cyan = 0.11, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 129 | 34 | 145 | - |
| CMYK | 0.11 | 0.77 | 0 | 0.43 |
| HSL | 291.35º | 0.62% | 0.35% | - |
| HSV(B) | 291.35º | 0.77% | 0.57% | - |
| XYZ | 14.74 | 7.86 | 27.53 | - |
| YUV | 75.06 | 167.47 | 166.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 34 | 145 | 0.11 | 0.77 | 0 | 0.43 | 291.35 | 0.62 | 0.35 |
| Hex | 81 | 22 | 91 | B | 4D | 0 | 2B | 123 | 3E | 23 |
| Octal | 201 | 42 | 221 | 13 | 115 | 0 | 53 | 443 | 76 | 43 |
| Binary | 10000001 | 100010 | 10010001 | 1011 | 1001101 | 0 | 101011 | 100100011 | 111110 | 100011 |
Color Harmonies of #812291
Complementary color
Monochromatic Colors of #812291
Black with #812291
Text Example
Text Example
White with #812291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812291; }
p { color: rgb(129,34,145); }
H1.HeaderClassName
{
color: #812291;
}
.AnyTagClassName
{
color: #812291;
}
</style>
background-color css
<style>
a { background-color: #812291; }
a { background-color: rgb(129,34,145); }
div.DivClassName
{
background-color: #812291;
}
.BgClassName
{
background-color: #812291;
}
</style>
border-color css
<style>
span { border-color: #812291; }
span { border-color: rgb(129,34,145); }
td.TdClassName
{
border-color: #812291;
}
.TagClassName
{
border-color: #812291;
}
</style>