Shades of Vivid Violet #812693
Tints of Vivid Violet #812693
RGB
CMYK
RGB Variations
Color information
#812693 (or 0x812693) is known color: Vivid Violet. HEX triplet: 81, 26 and 93. RGB value is (129,38,147). Sum of RGB (Red+Green+Blue) = 129+38+147=314 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.08% from 314); Green value is 38 (15.23% from 255 or 12.10% from 314); Blue value is 147 (57.81% from 255 or 46.82% from 314); Max value from RGB is 147 - color contains mainly: blue. Hex color #812693 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #812693 is #7ED96C. Grayscale: #4D4D4D. Windows color (decimal): -8313197 or 9643649. OLE color: 9643649.
HSL color Cylindrical-coordinate representation of color #812693: hue angle of 290.09º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #812693 is Cyan = 0.12, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 129 | 38 | 147 | - |
| CMYK | 0.12 | 0.74 | 0 | 0.42 |
| HSL | 290.09º | 0.59% | 0.36% | - |
| HSV(B) | 290.09º | 0.74% | 0.58% | - |
| XYZ | 15.01 | 8.16 | 28.39 | - |
| YUV | 77.64 | 167.15 | 164.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 38 | 147 | 0.12 | 0.74 | 0 | 0.42 | 290.09 | 0.59 | 0.36 |
| Hex | 81 | 26 | 93 | C | 4A | 0 | 2A | 122 | 3B | 24 |
| Octal | 201 | 46 | 223 | 14 | 112 | 0 | 52 | 442 | 73 | 44 |
| Binary | 10000001 | 100110 | 10010011 | 1100 | 1001010 | 0 | 101010 | 100100010 | 111011 | 100100 |
Color Harmonies of #812693
Complementary color
Monochromatic Colors of #812693
Black with #812693
Text Example
Text Example
White with #812693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812693; }
p { color: rgb(129,38,147); }
H1.HeaderClassName
{
color: #812693;
}
.AnyTagClassName
{
color: #812693;
}
</style>
background-color css
<style>
a { background-color: #812693; }
a { background-color: rgb(129,38,147); }
div.DivClassName
{
background-color: #812693;
}
.BgClassName
{
background-color: #812693;
}
</style>
border-color css
<style>
span { border-color: #812693; }
span { border-color: rgb(129,38,147); }
td.TdClassName
{
border-color: #812693;
}
.TagClassName
{
border-color: #812693;
}
</style>