Shades of Vivid Violet #80498C
Tints of Vivid Violet #80498C
RGB
CMYK
RGB Variations
Color information
#80498C (or 0x80498C) is known color: Vivid Violet. HEX triplet: 80, 49 and 8C. RGB value is (128,73,140). Sum of RGB (Red+Green+Blue) = 128+73+140=341 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.54% from 341); Green value is 73 (28.91% from 255 or 21.41% from 341); Blue value is 140 (55.08% from 255 or 41.06% from 341); Max value from RGB is 140 - color contains mainly: blue. Hex color #80498C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80498C is #7FB673. Grayscale: #606060. Windows color (decimal): -8369780 or 9193856. OLE color: 9193856.
HSL color Cylindrical-coordinate representation of color #80498C: hue angle of 289.25º degrees, saturation: 0.31, 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 #80498C is Cyan = 0.09, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 128 | 73 | 140 | - |
| CMYK | 0.09 | 0.48 | 0 | 0.45 |
| HSL | 289.25º | 0.31% | 0.42% | - |
| HSV(B) | 289.25º | 0.48% | 0.55% | - |
| XYZ | 16.02 | 11.25 | 26.14 | - |
| YUV | 97.08 | 152.22 | 150.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 73 | 140 | 0.09 | 0.48 | 0 | 0.45 | 289.25 | 0.31 | 0.42 |
| Hex | 80 | 49 | 8C | 9 | 30 | 0 | 2D | 121 | 1F | 2A |
| Octal | 200 | 111 | 214 | 11 | 60 | 0 | 55 | 441 | 37 | 52 |
| Binary | 10000000 | 1001001 | 10001100 | 1001 | 110000 | 0 | 101101 | 100100001 | 11111 | 101010 |
Color Harmonies of #80498C
Complementary color
Monochromatic Colors of #80498C
Black with #80498C
Text Example
Text Example
White with #80498C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80498C; }
p { color: rgb(128,73,140); }
H1.HeaderClassName
{
color: #80498C;
}
.AnyTagClassName
{
color: #80498C;
}
</style>
background-color css
<style>
a { background-color: #80498C; }
a { background-color: rgb(128,73,140); }
div.DivClassName
{
background-color: #80498C;
}
.BgClassName
{
background-color: #80498C;
}
</style>
border-color css
<style>
span { border-color: #80498C; }
span { border-color: rgb(128,73,140); }
td.TdClassName
{
border-color: #80498C;
}
.TagClassName
{
border-color: #80498C;
}
</style>