Shades of Vivid Violet #812993
Tints of Vivid Violet #812993
RGB
CMYK
RGB Variations
Color information
#812993 (or 0x812993) is known color: Vivid Violet. HEX triplet: 81, 29 and 93. RGB value is (129,41,147). Sum of RGB (Red+Green+Blue) = 129+41+147=317 (41% of max value = 765). Red value is 129 (50.78% from 255 or 40.69% from 317); Green value is 41 (16.41% from 255 or 12.93% from 317); Blue value is 147 (57.81% from 255 or 46.37% from 317); Max value from RGB is 147 - color contains mainly: blue. Hex color #812993 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #812993 is #7ED66C. Grayscale: #4F4F4F. Windows color (decimal): -8312429 or 9644417. OLE color: 9644417.
HSL color Cylindrical-coordinate representation of color #812993: hue angle of 289.81º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #812993 is Cyan = 0.12, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 129 | 41 | 147 | - |
| CMYK | 0.12 | 0.72 | 0 | 0.42 |
| HSL | 289.81º | 0.56% | 0.37% | - |
| HSV(B) | 289.81º | 0.72% | 0.58% | - |
| XYZ | 15.11 | 8.36 | 28.42 | - |
| YUV | 79.4 | 166.15 | 163.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 41 | 147 | 0.12 | 0.72 | 0 | 0.42 | 289.81 | 0.56 | 0.37 |
| Hex | 81 | 29 | 93 | C | 48 | 0 | 2A | 122 | 38 | 25 |
| Octal | 201 | 51 | 223 | 14 | 110 | 0 | 52 | 442 | 70 | 45 |
| Binary | 10000001 | 101001 | 10010011 | 1100 | 1001000 | 0 | 101010 | 100100010 | 111000 | 100101 |
Color Harmonies of #812993
Complementary color
Monochromatic Colors of #812993
Black with #812993
Text Example
Text Example
White with #812993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812993; }
p { color: rgb(129,41,147); }
H1.HeaderClassName
{
color: #812993;
}
.AnyTagClassName
{
color: #812993;
}
</style>
background-color css
<style>
a { background-color: #812993; }
a { background-color: rgb(129,41,147); }
div.DivClassName
{
background-color: #812993;
}
.BgClassName
{
background-color: #812993;
}
</style>
border-color css
<style>
span { border-color: #812993; }
span { border-color: rgb(129,41,147); }
td.TdClassName
{
border-color: #812993;
}
.TagClassName
{
border-color: #812993;
}
</style>