Shades of Vivid Violet #812699
Tints of Vivid Violet #812699
RGB
CMYK
RGB Variations
Color information
#812699 (or 0x812699) is known color: Vivid Violet. HEX triplet: 81, 26 and 99. RGB value is (129,38,153). Sum of RGB (Red+Green+Blue) = 129+38+153=320 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.31% from 320); Green value is 38 (15.23% from 255 or 11.88% from 320); Blue value is 153 (60.16% from 255 or 47.81% from 320); Max value from RGB is 153 - color contains mainly: blue. Hex color #812699 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #812699 is #7ED966. Grayscale: #4D4D4D. Windows color (decimal): -8313191 or 10036865. OLE color: 10036865.
HSL color Cylindrical-coordinate representation of color #812699: hue angle of 287.48º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #812699 is Cyan = 0.16, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 129 | 38 | 153 | - |
| CMYK | 0.16 | 0.75 | 0 | 0.4 |
| HSL | 287.48º | 0.6% | 0.37% | - |
| HSV(B) | 287.48º | 0.75% | 0.6% | - |
| XYZ | 15.5 | 8.35 | 30.93 | - |
| YUV | 78.32 | 170.15 | 164.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 38 | 153 | 0.16 | 0.75 | 0 | 0.4 | 287.48 | 0.6 | 0.37 |
| Hex | 81 | 26 | 99 | 10 | 4B | 0 | 28 | 11F | 3C | 25 |
| Octal | 201 | 46 | 231 | 20 | 113 | 0 | 50 | 437 | 74 | 45 |
| Binary | 10000001 | 100110 | 10011001 | 10000 | 1001011 | 0 | 101000 | 100011111 | 111100 | 100101 |
Color Harmonies of #812699
Complementary color
Monochromatic Colors of #812699
Black with #812699
Text Example
Text Example
White with #812699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812699; }
p { color: rgb(129,38,153); }
H1.HeaderClassName
{
color: #812699;
}
.AnyTagClassName
{
color: #812699;
}
</style>
background-color css
<style>
a { background-color: #812699; }
a { background-color: rgb(129,38,153); }
div.DivClassName
{
background-color: #812699;
}
.BgClassName
{
background-color: #812699;
}
</style>
border-color css
<style>
span { border-color: #812699; }
span { border-color: rgb(129,38,153); }
td.TdClassName
{
border-color: #812699;
}
.TagClassName
{
border-color: #812699;
}
</style>