Shades of Vivid Violet #804999
Tints of Vivid Violet #804999
RGB
CMYK
RGB Variations
Color information
#804999 (or 0x804999) is known color: Vivid Violet. HEX triplet: 80, 49 and 99. RGB value is (128,73,153). Sum of RGB (Red+Green+Blue) = 128+73+153=354 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.16% from 354); Green value is 73 (28.91% from 255 or 20.62% from 354); Blue value is 153 (60.16% from 255 or 43.22% from 354); Max value from RGB is 153 - color contains mainly: blue. Hex color #804999 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #804999 is #7FB666. Grayscale: #626262. Windows color (decimal): -8369767 or 10045824. OLE color: 10045824.
HSL color Cylindrical-coordinate representation of color #804999: hue angle of 281.25º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #804999 is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 128 | 73 | 153 | - |
| CMYK | 0.16 | 0.52 | 0 | 0.4 |
| HSL | 281.25º | 0.35% | 0.44% | - |
| HSV(B) | 281.25º | 0.52% | 0.6% | - |
| XYZ | 17.03 | 11.65 | 31.49 | - |
| YUV | 98.57 | 158.72 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 73 | 153 | 0.16 | 0.52 | 0 | 0.4 | 281.25 | 0.35 | 0.44 |
| Hex | 80 | 49 | 99 | 10 | 34 | 0 | 28 | 119 | 23 | 2C |
| Octal | 200 | 111 | 231 | 20 | 64 | 0 | 50 | 431 | 43 | 54 |
| Binary | 10000000 | 1001001 | 10011001 | 10000 | 110100 | 0 | 101000 | 100011001 | 100011 | 101100 |
Color Harmonies of #804999
Complementary color
Monochromatic Colors of #804999
Black with #804999
Text Example
Text Example
White with #804999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804999; }
p { color: rgb(128,73,153); }
H1.HeaderClassName
{
color: #804999;
}
.AnyTagClassName
{
color: #804999;
}
</style>
background-color css
<style>
a { background-color: #804999; }
a { background-color: rgb(128,73,153); }
div.DivClassName
{
background-color: #804999;
}
.BgClassName
{
background-color: #804999;
}
</style>
border-color css
<style>
span { border-color: #804999; }
span { border-color: rgb(128,73,153); }
td.TdClassName
{
border-color: #804999;
}
.TagClassName
{
border-color: #804999;
}
</style>