Shades of Vivid Violet #811999
Tints of Vivid Violet #811999
RGB
CMYK
RGB Variations
Color information
#811999 (or 0x811999) is known color: Vivid Violet. HEX triplet: 81, 19 and 99. RGB value is (129,25,153). Sum of RGB (Red+Green+Blue) = 129+25+153=307 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.02% from 307); Green value is 25 (10.16% from 255 or 8.14% from 307); Blue value is 153 (60.16% from 255 or 49.84% from 307); Max value from RGB is 153 - color contains mainly: blue. Hex color #811999 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #811999 is #7EE666. Grayscale: #464646. Windows color (decimal): -8316519 or 10033537. OLE color: 10033537.
HSL color Cylindrical-coordinate representation of color #811999: hue angle of 288.75º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #811999 is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 129 | 25 | 153 | - |
| CMYK | 0.16 | 0.84 | 0 | 0.4 |
| HSL | 288.75º | 0.72% | 0.35% | - |
| HSV(B) | 288.75º | 0.84% | 0.6% | - |
| XYZ | 15.15 | 7.66 | 30.82 | - |
| YUV | 70.69 | 174.46 | 169.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 25 | 153 | 0.16 | 0.84 | 0 | 0.4 | 288.75 | 0.72 | 0.35 |
| Hex | 81 | 19 | 99 | 10 | 54 | 0 | 28 | 121 | 48 | 23 |
| Octal | 201 | 31 | 231 | 20 | 124 | 0 | 50 | 441 | 110 | 43 |
| Binary | 10000001 | 11001 | 10011001 | 10000 | 1010100 | 0 | 101000 | 100100001 | 1001000 | 100011 |
Color Harmonies of #811999
Complementary color
Monochromatic Colors of #811999
Black with #811999
Text Example
Text Example
White with #811999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811999; }
p { color: rgb(129,25,153); }
H1.HeaderClassName
{
color: #811999;
}
.AnyTagClassName
{
color: #811999;
}
</style>
background-color css
<style>
a { background-color: #811999; }
a { background-color: rgb(129,25,153); }
div.DivClassName
{
background-color: #811999;
}
.BgClassName
{
background-color: #811999;
}
</style>
border-color css
<style>
span { border-color: #811999; }
span { border-color: rgb(129,25,153); }
td.TdClassName
{
border-color: #811999;
}
.TagClassName
{
border-color: #811999;
}
</style>