Shades of Vivid Violet #80299A
Tints of Vivid Violet #80299A
RGB
CMYK
RGB Variations
Color information
#80299A (or 0x80299A) is known color: Vivid Violet. HEX triplet: 80, 29 and 9A. RGB value is (128,41,154). Sum of RGB (Red+Green+Blue) = 128+41+154=323 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.63% from 323); Green value is 41 (16.41% from 255 or 12.69% from 323); Blue value is 154 (60.55% from 255 or 47.68% from 323); Max value from RGB is 154 - color contains mainly: blue. Hex color #80299A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80299A is #7FD665. Grayscale: #4F4F4F. Windows color (decimal): -8377958 or 10103168. OLE color: 10103168.
HSL color Cylindrical-coordinate representation of color #80299A: hue angle of 286.19º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #80299A is Cyan = 0.17, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 128 | 41 | 154 | - |
| CMYK | 0.17 | 0.73 | 0 | 0.40 |
| HSL | 286.19º | 0.58% | 0.38% | - |
| HSV(B) | 286.19º | 0.73% | 0.6% | - |
| XYZ | 15.53 | 8.51 | 31.4 | - |
| YUV | 79.9 | 169.82 | 162.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 41 | 154 | 0.17 | 0.73 | 0 | 0.40 | 286.19 | 0.58 | 0.38 |
| Hex | 80 | 29 | 9A | 11 | 49 | 0 | 28 | 11E | 3A | 26 |
| Octal | 200 | 51 | 232 | 21 | 111 | 0 | 50 | 436 | 72 | 46 |
| Binary | 10000000 | 101001 | 10011010 | 10001 | 1001001 | 0 | 101000 | 100011110 | 111010 | 100110 |
Color Harmonies of #80299A
Complementary color
Monochromatic Colors of #80299A
Black with #80299A
Text Example
Text Example
White with #80299A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80299A; }
p { color: rgb(128,41,154); }
H1.HeaderClassName
{
color: #80299A;
}
.AnyTagClassName
{
color: #80299A;
}
</style>
background-color css
<style>
a { background-color: #80299A; }
a { background-color: rgb(128,41,154); }
div.DivClassName
{
background-color: #80299A;
}
.BgClassName
{
background-color: #80299A;
}
</style>
border-color css
<style>
span { border-color: #80299A; }
span { border-color: rgb(128,41,154); }
td.TdClassName
{
border-color: #80299A;
}
.TagClassName
{
border-color: #80299A;
}
</style>