Shades of Vivid Violet #80348E
Tints of Vivid Violet #80348E
RGB
CMYK
RGB Variations
Color information
#80348E (or 0x80348E) is known color: Vivid Violet. HEX triplet: 80, 34 and 8E. RGB value is (128,52,142). Sum of RGB (Red+Green+Blue) = 128+52+142=322 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.75% from 322); Green value is 52 (20.70% from 255 or 16.15% from 322); Blue value is 142 (55.86% from 255 or 44.10% from 322); Max value from RGB is 142 - color contains mainly: blue. Hex color #80348E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80348E is #7FCB71. Grayscale: #545454. Windows color (decimal): -8375154 or 9319552. OLE color: 9319552.
HSL color Cylindrical-coordinate representation of color #80348E: hue angle of 290.67º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #80348E is Cyan = 0.10, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 128 | 52 | 142 | - |
| CMYK | 0.10 | 0.63 | 0 | 0.44 |
| HSL | 290.67º | 0.46% | 0.38% | - |
| HSV(B) | 290.67º | 0.63% | 0.56% | - |
| XYZ | 15.01 | 9 | 26.54 | - |
| YUV | 84.98 | 160.18 | 158.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 52 | 142 | 0.10 | 0.63 | 0 | 0.44 | 290.67 | 0.46 | 0.38 |
| Hex | 80 | 34 | 8E | A | 3F | 0 | 2C | 123 | 2E | 26 |
| Octal | 200 | 64 | 216 | 12 | 77 | 0 | 54 | 443 | 56 | 46 |
| Binary | 10000000 | 110100 | 10001110 | 1010 | 111111 | 0 | 101100 | 100100011 | 101110 | 100110 |
Color Harmonies of #80348E
Complementary color
Monochromatic Colors of #80348E
Black with #80348E
Text Example
Text Example
White with #80348E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80348E; }
p { color: rgb(128,52,142); }
H1.HeaderClassName
{
color: #80348E;
}
.AnyTagClassName
{
color: #80348E;
}
</style>
background-color css
<style>
a { background-color: #80348E; }
a { background-color: rgb(128,52,142); }
div.DivClassName
{
background-color: #80348E;
}
.BgClassName
{
background-color: #80348E;
}
</style>
border-color css
<style>
span { border-color: #80348E; }
span { border-color: rgb(128,52,142); }
td.TdClassName
{
border-color: #80348E;
}
.TagClassName
{
border-color: #80348E;
}
</style>