Shades of Vivid Violet #811CA8
Tints of Vivid Violet #811CA8
RGB
CMYK
RGB Variations
Color information
#811CA8 (or 0x811CA8) is known color: Vivid Violet. HEX triplet: 81, 1C and A8. RGB value is (129,28,168). Sum of RGB (Red+Green+Blue) = 129+28+168=325 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.69% from 325); Green value is 28 (11.33% from 255 or 8.62% from 325); Blue value is 168 (66.02% from 255 or 51.69% from 325); Max value from RGB is 168 - color contains mainly: blue. Hex color #811CA8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #811CA8 is #7EE357. Grayscale: #494949. Windows color (decimal): -8315736 or 11017345. OLE color: 11017345.
HSL color Cylindrical-coordinate representation of color #811CA8: hue angle of 283.29º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #811CA8 is Cyan = 0.23, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 129 | 28 | 168 | - |
| CMYK | 0.23 | 0.83 | 0 | 0.34 |
| HSL | 283.29º | 0.71% | 0.38% | - |
| HSV(B) | 283.29º | 0.83% | 0.66% | - |
| XYZ | 16.54 | 8.32 | 37.78 | - |
| YUV | 74.16 | 180.96 | 167.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 28 | 168 | 0.23 | 0.83 | 0 | 0.34 | 283.29 | 0.71 | 0.38 |
| Hex | 81 | 1C | A8 | 17 | 53 | 0 | 22 | 11B | 47 | 26 |
| Octal | 201 | 34 | 250 | 27 | 123 | 0 | 42 | 433 | 107 | 46 |
| Binary | 10000001 | 11100 | 10101000 | 10111 | 1010011 | 0 | 100010 | 100011011 | 1000111 | 100110 |
Color Harmonies of #811CA8
Complementary color
Monochromatic Colors of #811CA8
Black with #811CA8
Text Example
Text Example
White with #811CA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811CA8; }
p { color: rgb(129,28,168); }
H1.HeaderClassName
{
color: #811CA8;
}
.AnyTagClassName
{
color: #811CA8;
}
</style>
background-color css
<style>
a { background-color: #811CA8; }
a { background-color: rgb(129,28,168); }
div.DivClassName
{
background-color: #811CA8;
}
.BgClassName
{
background-color: #811CA8;
}
</style>
border-color css
<style>
span { border-color: #811CA8; }
span { border-color: rgb(129,28,168); }
td.TdClassName
{
border-color: #811CA8;
}
.TagClassName
{
border-color: #811CA8;
}
</style>