Shades of Vivid Violet #80498D
Tints of Vivid Violet #80498D
RGB
CMYK
RGB Variations
Color information
#80498D (or 0x80498D) is known color: Vivid Violet. HEX triplet: 80, 49 and 8D. RGB value is (128,73,141). Sum of RGB (Red+Green+Blue) = 128+73+141=342 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.43% from 342); Green value is 73 (28.91% from 255 or 21.35% from 342); Blue value is 141 (55.47% from 255 or 41.23% from 342); Max value from RGB is 141 - color contains mainly: blue. Hex color #80498D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80498D is #7FB672. Grayscale: #606060. Windows color (decimal): -8369779 or 9259392. OLE color: 9259392.
HSL color Cylindrical-coordinate representation of color #80498D: hue angle of 288.53º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #80498D is Cyan = 0.09, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 128 | 73 | 141 | - |
| CMYK | 0.09 | 0.48 | 0 | 0.45 |
| HSL | 288.53º | 0.32% | 0.42% | - |
| HSV(B) | 288.53º | 0.48% | 0.55% | - |
| XYZ | 16.09 | 11.28 | 26.53 | - |
| YUV | 97.2 | 152.72 | 149.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 73 | 141 | 0.09 | 0.48 | 0 | 0.45 | 288.53 | 0.32 | 0.42 |
| Hex | 80 | 49 | 8D | 9 | 30 | 0 | 2D | 121 | 20 | 2A |
| Octal | 200 | 111 | 215 | 11 | 60 | 0 | 55 | 441 | 40 | 52 |
| Binary | 10000000 | 1001001 | 10001101 | 1001 | 110000 | 0 | 101101 | 100100001 | 100000 | 101010 |
Color Harmonies of #80498D
Complementary color
Monochromatic Colors of #80498D
Black with #80498D
Text Example
Text Example
White with #80498D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80498D; }
p { color: rgb(128,73,141); }
H1.HeaderClassName
{
color: #80498D;
}
.AnyTagClassName
{
color: #80498D;
}
</style>
background-color css
<style>
a { background-color: #80498D; }
a { background-color: rgb(128,73,141); }
div.DivClassName
{
background-color: #80498D;
}
.BgClassName
{
background-color: #80498D;
}
</style>
border-color css
<style>
span { border-color: #80498D; }
span { border-color: rgb(128,73,141); }
td.TdClassName
{
border-color: #80498D;
}
.TagClassName
{
border-color: #80498D;
}
</style>