Shades of Vivid Violet #80498F
Tints of Vivid Violet #80498F
RGB
CMYK
RGB Variations
Color information
#80498F (or 0x80498F) is known color: Vivid Violet. HEX triplet: 80, 49 and 8F. RGB value is (128,73,143). Sum of RGB (Red+Green+Blue) = 128+73+143=344 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.21% from 344); Green value is 73 (28.91% from 255 or 21.22% from 344); Blue value is 143 (56.25% from 255 or 41.57% from 344); Max value from RGB is 143 - color contains mainly: blue. Hex color #80498F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80498F is #7FB670. Grayscale: #616161. Windows color (decimal): -8369777 or 9390464. OLE color: 9390464.
HSL color Cylindrical-coordinate representation of color #80498F: hue angle of 287.14º degrees, saturation: 0.32, 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 #80498F is Cyan = 0.10, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 128 | 73 | 143 | - |
| CMYK | 0.10 | 0.49 | 0 | 0.44 |
| HSL | 287.14º | 0.32% | 0.42% | - |
| HSV(B) | 287.14º | 0.49% | 0.56% | - |
| XYZ | 16.24 | 11.34 | 27.32 | - |
| YUV | 97.43 | 153.72 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 73 | 143 | 0.10 | 0.49 | 0 | 0.44 | 287.14 | 0.32 | 0.42 |
| Hex | 80 | 49 | 8F | A | 31 | 0 | 2C | 11F | 20 | 2A |
| Octal | 200 | 111 | 217 | 12 | 61 | 0 | 54 | 437 | 40 | 52 |
| Binary | 10000000 | 1001001 | 10001111 | 1010 | 110001 | 0 | 101100 | 100011111 | 100000 | 101010 |
Color Harmonies of #80498F
Complementary color
Monochromatic Colors of #80498F
Black with #80498F
Text Example
Text Example
White with #80498F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80498F; }
p { color: rgb(128,73,143); }
H1.HeaderClassName
{
color: #80498F;
}
.AnyTagClassName
{
color: #80498F;
}
</style>
background-color css
<style>
a { background-color: #80498F; }
a { background-color: rgb(128,73,143); }
div.DivClassName
{
background-color: #80498F;
}
.BgClassName
{
background-color: #80498F;
}
</style>
border-color css
<style>
span { border-color: #80498F; }
span { border-color: rgb(128,73,143); }
td.TdClassName
{
border-color: #80498F;
}
.TagClassName
{
border-color: #80498F;
}
</style>