Shades of Vivid Violet #804199
Tints of Vivid Violet #804199
RGB
CMYK
RGB Variations
Color information
#804199 (or 0x804199) is known color: Vivid Violet. HEX triplet: 80, 41 and 99. RGB value is (128,65,153). Sum of RGB (Red+Green+Blue) = 128+65+153=346 (45% of max value = 765). Red value is 128 (50.39% from 255 or 36.99% from 346); Green value is 65 (25.78% from 255 or 18.79% from 346); Blue value is 153 (60.16% from 255 or 44.22% from 346); Max value from RGB is 153 - color contains mainly: blue. Hex color #804199 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #804199 is #7FBE66. Grayscale: #5D5D5D. Windows color (decimal): -8371815 or 10043776. OLE color: 10043776.
HSL color Cylindrical-coordinate representation of color #804199: hue angle of 282.95º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #804199 is Cyan = 0.16, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 128 | 65 | 153 | - |
| CMYK | 0.16 | 0.58 | 0 | 0.4 |
| HSL | 282.95º | 0.4% | 0.43% | - |
| HSV(B) | 282.95º | 0.58% | 0.6% | - |
| XYZ | 16.54 | 10.67 | 31.32 | - |
| YUV | 93.87 | 161.37 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 65 | 153 | 0.16 | 0.58 | 0 | 0.4 | 282.95 | 0.4 | 0.43 |
| Hex | 80 | 41 | 99 | 10 | 3A | 0 | 28 | 11B | 28 | 2B |
| Octal | 200 | 101 | 231 | 20 | 72 | 0 | 50 | 433 | 50 | 53 |
| Binary | 10000000 | 1000001 | 10011001 | 10000 | 111010 | 0 | 101000 | 100011011 | 101000 | 101011 |
Color Harmonies of #804199
Complementary color
Monochromatic Colors of #804199
Black with #804199
Text Example
Text Example
White with #804199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804199; }
p { color: rgb(128,65,153); }
H1.HeaderClassName
{
color: #804199;
}
.AnyTagClassName
{
color: #804199;
}
</style>
background-color css
<style>
a { background-color: #804199; }
a { background-color: rgb(128,65,153); }
div.DivClassName
{
background-color: #804199;
}
.BgClassName
{
background-color: #804199;
}
</style>
border-color css
<style>
span { border-color: #804199; }
span { border-color: rgb(128,65,153); }
td.TdClassName
{
border-color: #804199;
}
.TagClassName
{
border-color: #804199;
}
</style>