Shades of Vivid Violet #80408A
Tints of Vivid Violet #80408A
RGB
CMYK
RGB Variations
Color information
#80408A (or 0x80408A) is known color: Vivid Violet. HEX triplet: 80, 40 and 8A. RGB value is (128,64,138). Sum of RGB (Red+Green+Blue) = 128+64+138=330 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.79% from 330); Green value is 64 (25.39% from 255 or 19.39% from 330); Blue value is 138 (54.30% from 255 or 41.82% from 330); Max value from RGB is 138 - color contains mainly: blue. Hex color #80408A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80408A is #7FBF75. Grayscale: #5B5B5B. Windows color (decimal): -8372086 or 9060480. OLE color: 9060480.
HSL color Cylindrical-coordinate representation of color #80408A: hue angle of 291.89º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #80408A is Cyan = 0.07, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 128 | 64 | 138 | - |
| CMYK | 0.07 | 0.54 | 0 | 0.46 |
| HSL | 291.89º | 0.37% | 0.4% | - |
| HSV(B) | 291.89º | 0.54% | 0.54% | - |
| XYZ | 15.32 | 10.09 | 25.18 | - |
| YUV | 91.57 | 154.2 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 64 | 138 | 0.07 | 0.54 | 0 | 0.46 | 291.89 | 0.37 | 0.4 |
| Hex | 80 | 40 | 8A | 7 | 36 | 0 | 2E | 124 | 25 | 28 |
| Octal | 200 | 100 | 212 | 7 | 66 | 0 | 56 | 444 | 45 | 50 |
| Binary | 10000000 | 1000000 | 10001010 | 111 | 110110 | 0 | 101110 | 100100100 | 100101 | 101000 |
Color Harmonies of #80408A
Complementary color
Monochromatic Colors of #80408A
Black with #80408A
Text Example
Text Example
White with #80408A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80408A; }
p { color: rgb(128,64,138); }
H1.HeaderClassName
{
color: #80408A;
}
.AnyTagClassName
{
color: #80408A;
}
</style>
background-color css
<style>
a { background-color: #80408A; }
a { background-color: rgb(128,64,138); }
div.DivClassName
{
background-color: #80408A;
}
.BgClassName
{
background-color: #80408A;
}
</style>
border-color css
<style>
span { border-color: #80408A; }
span { border-color: rgb(128,64,138); }
td.TdClassName
{
border-color: #80408A;
}
.TagClassName
{
border-color: #80408A;
}
</style>