Shades of Vivid Violet #804786
Tints of Vivid Violet #804786
RGB
CMYK
RGB Variations
Color information
#804786 (or 0x804786) is known color: Vivid Violet. HEX triplet: 80, 47 and 86. RGB value is (128,71,134). Sum of RGB (Red+Green+Blue) = 128+71+134=333 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.44% from 333); Green value is 71 (28.12% from 255 or 21.32% from 333); Blue value is 134 (52.73% from 255 or 40.24% from 333); Max value from RGB is 134 - color contains mainly: blue. Hex color #804786 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #804786 is #7FB879. Grayscale: #5F5F5F. Windows color (decimal): -8370298 or 8800128. OLE color: 8800128.
HSL color Cylindrical-coordinate representation of color #804786: hue angle of 294.29º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #804786 is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 128 | 71 | 134 | - |
| CMYK | 0.04 | 0.47 | 0 | 0.47 |
| HSL | 294.29º | 0.31% | 0.4% | - |
| HSV(B) | 294.29º | 0.47% | 0.53% | - |
| XYZ | 15.46 | 10.82 | 23.83 | - |
| YUV | 95.23 | 149.88 | 151.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 71 | 134 | 0.04 | 0.47 | 0 | 0.47 | 294.29 | 0.31 | 0.4 |
| Hex | 80 | 47 | 86 | 4 | 2F | 0 | 2F | 126 | 1F | 28 |
| Octal | 200 | 107 | 206 | 4 | 57 | 0 | 57 | 446 | 37 | 50 |
| Binary | 10000000 | 1000111 | 10000110 | 100 | 101111 | 0 | 101111 | 100100110 | 11111 | 101000 |
Color Harmonies of #804786
Complementary color
Monochromatic Colors of #804786
Black with #804786
Text Example
Text Example
White with #804786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804786; }
p { color: rgb(128,71,134); }
H1.HeaderClassName
{
color: #804786;
}
.AnyTagClassName
{
color: #804786;
}
</style>
background-color css
<style>
a { background-color: #804786; }
a { background-color: rgb(128,71,134); }
div.DivClassName
{
background-color: #804786;
}
.BgClassName
{
background-color: #804786;
}
</style>
border-color css
<style>
span { border-color: #804786; }
span { border-color: rgb(128,71,134); }
td.TdClassName
{
border-color: #804786;
}
.TagClassName
{
border-color: #804786;
}
</style>