Shades of Vivid Violet #80498B
Tints of Vivid Violet #80498B
RGB
CMYK
RGB Variations
Color information
#80498B (or 0x80498B) is known color: Vivid Violet. HEX triplet: 80, 49 and 8B. RGB value is (128,73,139). Sum of RGB (Red+Green+Blue) = 128+73+139=340 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.65% from 340); Green value is 73 (28.91% from 255 or 21.47% from 340); Blue value is 139 (54.69% from 255 or 40.88% from 340); Max value from RGB is 139 - color contains mainly: blue. Hex color #80498B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80498B is #7FB674. Grayscale: #606060. Windows color (decimal): -8369781 or 9128320. OLE color: 9128320.
HSL color Cylindrical-coordinate representation of color #80498B: hue angle of 290º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #80498B is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 128 | 73 | 139 | - |
| CMYK | 0.08 | 0.47 | 0 | 0.45 |
| HSL | 290º | 0.31% | 0.42% | - |
| HSV(B) | 290º | 0.47% | 0.55% | - |
| XYZ | 15.94 | 11.22 | 25.75 | - |
| YUV | 96.97 | 151.72 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 73 | 139 | 0.08 | 0.47 | 0 | 0.45 | 290 | 0.31 | 0.42 |
| Hex | 80 | 49 | 8B | 8 | 2F | 0 | 2D | 122 | 1F | 2A |
| Octal | 200 | 111 | 213 | 10 | 57 | 0 | 55 | 442 | 37 | 52 |
| Binary | 10000000 | 1001001 | 10001011 | 1000 | 101111 | 0 | 101101 | 100100010 | 11111 | 101010 |
Color Harmonies of #80498B
Complementary color
Monochromatic Colors of #80498B
Black with #80498B
Text Example
Text Example
White with #80498B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80498B; }
p { color: rgb(128,73,139); }
H1.HeaderClassName
{
color: #80498B;
}
.AnyTagClassName
{
color: #80498B;
}
</style>
background-color css
<style>
a { background-color: #80498B; }
a { background-color: rgb(128,73,139); }
div.DivClassName
{
background-color: #80498B;
}
.BgClassName
{
background-color: #80498B;
}
</style>
border-color css
<style>
span { border-color: #80498B; }
span { border-color: rgb(128,73,139); }
td.TdClassName
{
border-color: #80498B;
}
.TagClassName
{
border-color: #80498B;
}
</style>