Shades of Vivid Violet #80489B
Tints of Vivid Violet #80489B
RGB
CMYK
RGB Variations
Color information
#80489B (or 0x80489B) is known color: Vivid Violet. HEX triplet: 80, 48 and 9B. RGB value is (128,72,155). Sum of RGB (Red+Green+Blue) = 128+72+155=355 (47% of max value = 765). Red value is 128 (50.39% from 255 or 36.06% from 355); Green value is 72 (28.52% from 255 or 20.28% from 355); Blue value is 155 (60.94% from 255 or 43.66% from 355); Max value from RGB is 155 - color contains mainly: blue. Hex color #80489B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80489B is #7FB764. Grayscale: #616161. Windows color (decimal): -8370021 or 10176640. OLE color: 10176640.
HSL color Cylindrical-coordinate representation of color #80489B: hue angle of 280.48º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #80489B is Cyan = 0.17, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 128 | 72 | 155 | - |
| CMYK | 0.17 | 0.54 | 0 | 0.39 |
| HSL | 280.48º | 0.37% | 0.45% | - |
| HSV(B) | 280.48º | 0.54% | 0.61% | - |
| XYZ | 17.14 | 11.59 | 32.34 | - |
| YUV | 98.21 | 160.05 | 149.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 72 | 155 | 0.17 | 0.54 | 0 | 0.39 | 280.48 | 0.37 | 0.45 |
| Hex | 80 | 48 | 9B | 11 | 36 | 0 | 27 | 118 | 25 | 2D |
| Octal | 200 | 110 | 233 | 21 | 66 | 0 | 47 | 430 | 45 | 55 |
| Binary | 10000000 | 1001000 | 10011011 | 10001 | 110110 | 0 | 100111 | 100011000 | 100101 | 101101 |
Color Harmonies of #80489B
Complementary color
Monochromatic Colors of #80489B
Black with #80489B
Text Example
Text Example
White with #80489B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80489B; }
p { color: rgb(128,72,155); }
H1.HeaderClassName
{
color: #80489B;
}
.AnyTagClassName
{
color: #80489B;
}
</style>
background-color css
<style>
a { background-color: #80489B; }
a { background-color: rgb(128,72,155); }
div.DivClassName
{
background-color: #80489B;
}
.BgClassName
{
background-color: #80489B;
}
</style>
border-color css
<style>
span { border-color: #80489B; }
span { border-color: rgb(128,72,155); }
td.TdClassName
{
border-color: #80489B;
}
.TagClassName
{
border-color: #80489B;
}
</style>