Shades of Vivid Violet #814186
Tints of Vivid Violet #814186
RGB
CMYK
RGB Variations
Color information
#814186 (or 0x814186) is known color: Vivid Violet. HEX triplet: 81, 41 and 86. RGB value is (129,65,134). Sum of RGB (Red+Green+Blue) = 129+65+134=328 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.33% from 328); Green value is 65 (25.78% from 255 or 19.82% from 328); Blue value is 134 (52.73% from 255 or 40.85% from 328); Max value from RGB is 134 - color contains mainly: blue. Hex color #814186 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #814186 is #7EBE79. Grayscale: #5B5B5B. Windows color (decimal): -8306298 or 8798593. OLE color: 8798593.
HSL color Cylindrical-coordinate representation of color #814186: hue angle of 295.65º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #814186 is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 129 | 65 | 134 | - |
| CMYK | 0.04 | 0.51 | 0 | 0.47 |
| HSL | 295.65º | 0.35% | 0.39% | - |
| HSV(B) | 295.65º | 0.51% | 0.53% | - |
| XYZ | 15.25 | 10.17 | 23.71 | - |
| YUV | 92 | 151.7 | 154.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 65 | 134 | 0.04 | 0.51 | 0 | 0.47 | 295.65 | 0.35 | 0.39 |
| Hex | 81 | 41 | 86 | 4 | 33 | 0 | 2F | 128 | 23 | 27 |
| Octal | 201 | 101 | 206 | 4 | 63 | 0 | 57 | 450 | 43 | 47 |
| Binary | 10000001 | 1000001 | 10000110 | 100 | 110011 | 0 | 101111 | 100101000 | 100011 | 100111 |
Color Harmonies of #814186
Complementary color
Monochromatic Colors of #814186
Black with #814186
Text Example
Text Example
White with #814186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814186; }
p { color: rgb(129,65,134); }
H1.HeaderClassName
{
color: #814186;
}
.AnyTagClassName
{
color: #814186;
}
</style>
background-color css
<style>
a { background-color: #814186; }
a { background-color: rgb(129,65,134); }
div.DivClassName
{
background-color: #814186;
}
.BgClassName
{
background-color: #814186;
}
</style>
border-color css
<style>
span { border-color: #814186; }
span { border-color: rgb(129,65,134); }
td.TdClassName
{
border-color: #814186;
}
.TagClassName
{
border-color: #814186;
}
</style>