Shades of Vivid Violet #80298C
Tints of Vivid Violet #80298C
RGB
CMYK
RGB Variations
Color information
#80298C (or 0x80298C) is known color: Vivid Violet. HEX triplet: 80, 29 and 8C. RGB value is (128,41,140). Sum of RGB (Red+Green+Blue) = 128+41+140=309 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.42% from 309); Green value is 41 (16.41% from 255 or 13.27% from 309); Blue value is 140 (55.08% from 255 or 45.31% from 309); Max value from RGB is 140 - color contains mainly: blue. Hex color #80298C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80298C is #7FD673. Grayscale: #4D4D4D. Windows color (decimal): -8377972 or 9185664. OLE color: 9185664.
HSL color Cylindrical-coordinate representation of color #80298C: hue angle of 292.73º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #80298C is Cyan = 0.09, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 128 | 41 | 140 | - |
| CMYK | 0.09 | 0.71 | 0 | 0.45 |
| HSL | 292.73º | 0.55% | 0.35% | - |
| HSV(B) | 292.73º | 0.71% | 0.55% | - |
| XYZ | 14.43 | 8.07 | 25.61 | - |
| YUV | 78.3 | 162.82 | 163.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 41 | 140 | 0.09 | 0.71 | 0 | 0.45 | 292.73 | 0.55 | 0.35 |
| Hex | 80 | 29 | 8C | 9 | 47 | 0 | 2D | 125 | 37 | 23 |
| Octal | 200 | 51 | 214 | 11 | 107 | 0 | 55 | 445 | 67 | 43 |
| Binary | 10000000 | 101001 | 10001100 | 1001 | 1000111 | 0 | 101101 | 100100101 | 110111 | 100011 |
Color Harmonies of #80298C
Complementary color
Monochromatic Colors of #80298C
Black with #80298C
Text Example
Text Example
White with #80298C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80298C; }
p { color: rgb(128,41,140); }
H1.HeaderClassName
{
color: #80298C;
}
.AnyTagClassName
{
color: #80298C;
}
</style>
background-color css
<style>
a { background-color: #80298C; }
a { background-color: rgb(128,41,140); }
div.DivClassName
{
background-color: #80298C;
}
.BgClassName
{
background-color: #80298C;
}
</style>
border-color css
<style>
span { border-color: #80298C; }
span { border-color: rgb(128,41,140); }
td.TdClassName
{
border-color: #80298C;
}
.TagClassName
{
border-color: #80298C;
}
</style>