Shades of Vivid Violet #80488E
Tints of Vivid Violet #80488E
RGB
CMYK
RGB Variations
Color information
#80488E (or 0x80488E) is known color: Vivid Violet. HEX triplet: 80, 48 and 8E. RGB value is (128,72,142). Sum of RGB (Red+Green+Blue) = 128+72+142=342 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.43% from 342); Green value is 72 (28.52% from 255 or 21.05% from 342); Blue value is 142 (55.86% from 255 or 41.52% from 342); Max value from RGB is 142 - color contains mainly: blue. Hex color #80488E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80488E is #7FB771. Grayscale: #606060. Windows color (decimal): -8370034 or 9324672. OLE color: 9324672.
HSL color Cylindrical-coordinate representation of color #80488E: hue angle of 288º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80488E is Cyan = 0.10, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 128 | 72 | 142 | - |
| CMYK | 0.10 | 0.49 | 0 | 0.44 |
| HSL | 288º | 0.33% | 0.42% | - |
| HSV(B) | 288º | 0.49% | 0.56% | - |
| XYZ | 16.1 | 11.18 | 26.9 | - |
| YUV | 96.72 | 153.55 | 150.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 72 | 142 | 0.10 | 0.49 | 0 | 0.44 | 288 | 0.33 | 0.42 |
| Hex | 80 | 48 | 8E | A | 31 | 0 | 2C | 120 | 21 | 2A |
| Octal | 200 | 110 | 216 | 12 | 61 | 0 | 54 | 440 | 41 | 52 |
| Binary | 10000000 | 1001000 | 10001110 | 1010 | 110001 | 0 | 101100 | 100100000 | 100001 | 101010 |
Color Harmonies of #80488E
Complementary color
Monochromatic Colors of #80488E
Black with #80488E
Text Example
Text Example
White with #80488E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80488E; }
p { color: rgb(128,72,142); }
H1.HeaderClassName
{
color: #80488E;
}
.AnyTagClassName
{
color: #80488E;
}
</style>
background-color css
<style>
a { background-color: #80488E; }
a { background-color: rgb(128,72,142); }
div.DivClassName
{
background-color: #80488E;
}
.BgClassName
{
background-color: #80488E;
}
</style>
border-color css
<style>
span { border-color: #80488E; }
span { border-color: rgb(128,72,142); }
td.TdClassName
{
border-color: #80488E;
}
.TagClassName
{
border-color: #80488E;
}
</style>