Shades of Vivid Violet #811E8C
Tints of Vivid Violet #811E8C
RGB
CMYK
RGB Variations
Color information
#811E8C (or 0x811E8C) is known color: Vivid Violet. HEX triplet: 81, 1E and 8C. RGB value is (129,30,140). Sum of RGB (Red+Green+Blue) = 129+30+140=299 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.14% from 299); Green value is 30 (12.11% from 255 or 10.03% from 299); Blue value is 140 (55.08% from 255 or 46.82% from 299); Max value from RGB is 140 - color contains mainly: blue. Hex color #811E8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #811E8C is #7EE173. Grayscale: #474747. Windows color (decimal): -8315252 or 9182849. OLE color: 9182849.
HSL color Cylindrical-coordinate representation of color #811E8C: hue angle of 294º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #811E8C is Cyan = 0.08, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 129 | 30 | 140 | - |
| CMYK | 0.08 | 0.79 | 0 | 0.45 |
| HSL | 294º | 0.65% | 0.33% | - |
| HSV(B) | 294º | 0.79% | 0.55% | - |
| XYZ | 14.25 | 7.49 | 25.51 | - |
| YUV | 72.14 | 166.3 | 168.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 30 | 140 | 0.08 | 0.79 | 0 | 0.45 | 294 | 0.65 | 0.33 |
| Hex | 81 | 1E | 8C | 8 | 4F | 0 | 2D | 126 | 41 | 21 |
| Octal | 201 | 36 | 214 | 10 | 117 | 0 | 55 | 446 | 101 | 41 |
| Binary | 10000001 | 11110 | 10001100 | 1000 | 1001111 | 0 | 101101 | 100100110 | 1000001 | 100001 |
Color Harmonies of #811E8C
Complementary color
Monochromatic Colors of #811E8C
Black with #811E8C
Text Example
Text Example
White with #811E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811E8C; }
p { color: rgb(129,30,140); }
H1.HeaderClassName
{
color: #811E8C;
}
.AnyTagClassName
{
color: #811E8C;
}
</style>
background-color css
<style>
a { background-color: #811E8C; }
a { background-color: rgb(129,30,140); }
div.DivClassName
{
background-color: #811E8C;
}
.BgClassName
{
background-color: #811E8C;
}
</style>
border-color css
<style>
span { border-color: #811E8C; }
span { border-color: rgb(129,30,140); }
td.TdClassName
{
border-color: #811E8C;
}
.TagClassName
{
border-color: #811E8C;
}
</style>