Shades of Vivid Violet #80329E
Tints of Vivid Violet #80329E
RGB
CMYK
RGB Variations
Color information
#80329E (or 0x80329E) is known color: Vivid Violet. HEX triplet: 80, 32 and 9E. RGB value is (128,50,158). Sum of RGB (Red+Green+Blue) = 128+50+158=336 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.10% from 336); Green value is 50 (19.92% from 255 or 14.88% from 336); Blue value is 158 (62.11% from 255 or 47.02% from 336); Max value from RGB is 158 - color contains mainly: blue. Hex color #80329E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80329E is #7FCD61. Grayscale: #555555. Windows color (decimal): -8375650 or 10367616. OLE color: 10367616.
HSL color Cylindrical-coordinate representation of color #80329E: hue angle of 283.33º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #80329E is Cyan = 0.19, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 128 | 50 | 158 | - |
| CMYK | 0.19 | 0.68 | 0 | 0.38 |
| HSL | 283.33º | 0.52% | 0.41% | - |
| HSV(B) | 283.33º | 0.68% | 0.62% | - |
| XYZ | 16.21 | 9.34 | 33.3 | - |
| YUV | 85.63 | 168.84 | 158.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 50 | 158 | 0.19 | 0.68 | 0 | 0.38 | 283.33 | 0.52 | 0.41 |
| Hex | 80 | 32 | 9E | 13 | 44 | 0 | 26 | 11B | 34 | 29 |
| Octal | 200 | 62 | 236 | 23 | 104 | 0 | 46 | 433 | 64 | 51 |
| Binary | 10000000 | 110010 | 10011110 | 10011 | 1000100 | 0 | 100110 | 100011011 | 110100 | 101001 |
Color Harmonies of #80329E
Complementary color
Monochromatic Colors of #80329E
Black with #80329E
Text Example
Text Example
White with #80329E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80329E; }
p { color: rgb(128,50,158); }
H1.HeaderClassName
{
color: #80329E;
}
.AnyTagClassName
{
color: #80329E;
}
</style>
background-color css
<style>
a { background-color: #80329E; }
a { background-color: rgb(128,50,158); }
div.DivClassName
{
background-color: #80329E;
}
.BgClassName
{
background-color: #80329E;
}
</style>
border-color css
<style>
span { border-color: #80329E; }
span { border-color: rgb(128,50,158); }
td.TdClassName
{
border-color: #80329E;
}
.TagClassName
{
border-color: #80329E;
}
</style>