Shades of Vivid Violet #80408E
Tints of Vivid Violet #80408E
RGB
CMYK
RGB Variations
Color information
#80408E (or 0x80408E) is known color: Vivid Violet. HEX triplet: 80, 40 and 8E. RGB value is (128,64,142). Sum of RGB (Red+Green+Blue) = 128+64+142=334 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.32% from 334); Green value is 64 (25.39% from 255 or 19.16% from 334); Blue value is 142 (55.86% from 255 or 42.51% from 334); Max value from RGB is 142 - color contains mainly: blue. Hex color #80408E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80408E is #7FBF71. Grayscale: #5B5B5B. Windows color (decimal): -8372082 or 9322624. OLE color: 9322624.
HSL color Cylindrical-coordinate representation of color #80408E: hue angle of 289.23º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #80408E is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 128 | 64 | 142 | - |
| CMYK | 0.10 | 0.55 | 0 | 0.44 |
| HSL | 289.23º | 0.38% | 0.4% | - |
| HSV(B) | 289.23º | 0.55% | 0.56% | - |
| XYZ | 15.62 | 10.21 | 26.74 | - |
| YUV | 92.03 | 156.2 | 153.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 64 | 142 | 0.10 | 0.55 | 0 | 0.44 | 289.23 | 0.38 | 0.4 |
| Hex | 80 | 40 | 8E | A | 37 | 0 | 2C | 121 | 26 | 28 |
| Octal | 200 | 100 | 216 | 12 | 67 | 0 | 54 | 441 | 46 | 50 |
| Binary | 10000000 | 1000000 | 10001110 | 1010 | 110111 | 0 | 101100 | 100100001 | 100110 | 101000 |
Color Harmonies of #80408E
Complementary color
Monochromatic Colors of #80408E
Black with #80408E
Text Example
Text Example
White with #80408E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80408E; }
p { color: rgb(128,64,142); }
H1.HeaderClassName
{
color: #80408E;
}
.AnyTagClassName
{
color: #80408E;
}
</style>
background-color css
<style>
a { background-color: #80408E; }
a { background-color: rgb(128,64,142); }
div.DivClassName
{
background-color: #80408E;
}
.BgClassName
{
background-color: #80408E;
}
</style>
border-color css
<style>
span { border-color: #80408E; }
span { border-color: rgb(128,64,142); }
td.TdClassName
{
border-color: #80408E;
}
.TagClassName
{
border-color: #80408E;
}
</style>