Shades of Vivid Violet #811DAC
Tints of Vivid Violet #811DAC
RGB
CMYK
RGB Variations
Color information
#811DAC (or 0x811DAC) is known color: Vivid Violet. HEX triplet: 81, 1D and AC. RGB value is (129,29,172). Sum of RGB (Red+Green+Blue) = 129+29+172=330 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.09% from 330); Green value is 29 (11.72% from 255 or 8.79% from 330); Blue value is 172 (67.58% from 255 or 52.12% from 330); Max value from RGB is 172 - color contains mainly: blue. Hex color #811DAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #811DAC is #7EE253. Grayscale: #4A4A4A. Windows color (decimal): -8315476 or 11279745. OLE color: 11279745.
HSL color Cylindrical-coordinate representation of color #811DAC: hue angle of 281.96º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #811DAC is Cyan = 0.25, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 129 | 29 | 172 | - |
| CMYK | 0.25 | 0.83 | 0 | 0.33 |
| HSL | 281.96º | 0.71% | 0.39% | - |
| HSV(B) | 281.96º | 0.83% | 0.67% | - |
| XYZ | 16.94 | 8.52 | 39.78 | - |
| YUV | 75.2 | 182.63 | 166.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 29 | 172 | 0.25 | 0.83 | 0 | 0.33 | 281.96 | 0.71 | 0.39 |
| Hex | 81 | 1D | AC | 19 | 53 | 0 | 21 | 11A | 47 | 27 |
| Octal | 201 | 35 | 254 | 31 | 123 | 0 | 41 | 432 | 107 | 47 |
| Binary | 10000001 | 11101 | 10101100 | 11001 | 1010011 | 0 | 100001 | 100011010 | 1000111 | 100111 |
Color Harmonies of #811DAC
Complementary color
Monochromatic Colors of #811DAC
Black with #811DAC
Text Example
Text Example
White with #811DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811DAC; }
p { color: rgb(129,29,172); }
H1.HeaderClassName
{
color: #811DAC;
}
.AnyTagClassName
{
color: #811DAC;
}
</style>
background-color css
<style>
a { background-color: #811DAC; }
a { background-color: rgb(129,29,172); }
div.DivClassName
{
background-color: #811DAC;
}
.BgClassName
{
background-color: #811DAC;
}
</style>
border-color css
<style>
span { border-color: #811DAC; }
span { border-color: rgb(129,29,172); }
td.TdClassName
{
border-color: #811DAC;
}
.TagClassName
{
border-color: #811DAC;
}
</style>