Shades of Vivid Violet #804186
Tints of Vivid Violet #804186
RGB
CMYK
RGB Variations
Color information
#804186 (or 0x804186) is known color: Vivid Violet. HEX triplet: 80, 41 and 86. RGB value is (128,65,134). Sum of RGB (Red+Green+Blue) = 128+65+134=327 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.14% from 327); Green value is 65 (25.78% from 255 or 19.88% from 327); Blue value is 134 (52.73% from 255 or 40.98% from 327); Max value from RGB is 134 - color contains mainly: blue. Hex color #804186 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #804186 is #7FBE79. Grayscale: #5B5B5B. Windows color (decimal): -8371834 or 8798592. OLE color: 8798592.
HSL color Cylindrical-coordinate representation of color #804186: hue angle of 294.78º 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 #804186 is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 128 | 65 | 134 | - |
| CMYK | 0.04 | 0.51 | 0 | 0.47 |
| HSL | 294.78º | 0.35% | 0.39% | - |
| HSV(B) | 294.78º | 0.51% | 0.53% | - |
| XYZ | 15.1 | 10.09 | 23.71 | - |
| YUV | 91.7 | 151.87 | 153.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 65 | 134 | 0.04 | 0.51 | 0 | 0.47 | 294.78 | 0.35 | 0.39 |
| Hex | 80 | 41 | 86 | 4 | 33 | 0 | 2F | 127 | 23 | 27 |
| Octal | 200 | 101 | 206 | 4 | 63 | 0 | 57 | 447 | 43 | 47 |
| Binary | 10000000 | 1000001 | 10000110 | 100 | 110011 | 0 | 101111 | 100100111 | 100011 | 100111 |
Color Harmonies of #804186
Complementary color
Monochromatic Colors of #804186
Black with #804186
Text Example
Text Example
White with #804186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804186; }
p { color: rgb(128,65,134); }
H1.HeaderClassName
{
color: #804186;
}
.AnyTagClassName
{
color: #804186;
}
</style>
background-color css
<style>
a { background-color: #804186; }
a { background-color: rgb(128,65,134); }
div.DivClassName
{
background-color: #804186;
}
.BgClassName
{
background-color: #804186;
}
</style>
border-color css
<style>
span { border-color: #804186; }
span { border-color: rgb(128,65,134); }
td.TdClassName
{
border-color: #804186;
}
.TagClassName
{
border-color: #804186;
}
</style>