Shades of Vivid Violet #811FAD
Tints of Vivid Violet #811FAD
RGB
CMYK
RGB Variations
Color information
#811FAD (or 0x811FAD) is known color: Vivid Violet. HEX triplet: 81, 1F and AD. RGB value is (129,31,173). Sum of RGB (Red+Green+Blue) = 129+31+173=333 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.74% from 333); Green value is 31 (12.5% from 255 or 9.31% from 333); Blue value is 173 (67.97% from 255 or 51.95% from 333); Max value from RGB is 173 - color contains mainly: blue. Hex color #811FAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #811FAD is #7EE052. Grayscale: #4C4C4C. Windows color (decimal): -8314963 or 11345793. OLE color: 11345793.
HSL color Cylindrical-coordinate representation of color #811FAD: hue angle of 281.41º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #811FAD is Cyan = 0.25, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 129 | 31 | 173 | - |
| CMYK | 0.25 | 0.82 | 0 | 0.32 |
| HSL | 281.41º | 0.7% | 0.4% | - |
| HSV(B) | 281.41º | 0.82% | 0.68% | - |
| XYZ | 17.09 | 8.66 | 40.31 | - |
| YUV | 76.49 | 182.47 | 165.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 31 | 173 | 0.25 | 0.82 | 0 | 0.32 | 281.41 | 0.7 | 0.4 |
| Hex | 81 | 1F | AD | 19 | 52 | 0 | 20 | 119 | 46 | 28 |
| Octal | 201 | 37 | 255 | 31 | 122 | 0 | 40 | 431 | 106 | 50 |
| Binary | 10000001 | 11111 | 10101101 | 11001 | 1010010 | 0 | 100000 | 100011001 | 1000110 | 101000 |
Color Harmonies of #811FAD
Complementary color
Monochromatic Colors of #811FAD
Black with #811FAD
Text Example
Text Example
White with #811FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811FAD; }
p { color: rgb(129,31,173); }
H1.HeaderClassName
{
color: #811FAD;
}
.AnyTagClassName
{
color: #811FAD;
}
</style>
background-color css
<style>
a { background-color: #811FAD; }
a { background-color: rgb(129,31,173); }
div.DivClassName
{
background-color: #811FAD;
}
.BgClassName
{
background-color: #811FAD;
}
</style>
border-color css
<style>
span { border-color: #811FAD; }
span { border-color: rgb(129,31,173); }
td.TdClassName
{
border-color: #811FAD;
}
.TagClassName
{
border-color: #811FAD;
}
</style>