Shades of Vivid Violet #80299B
Tints of Vivid Violet #80299B
RGB
CMYK
RGB Variations
Color information
#80299B (or 0x80299B) is known color: Vivid Violet. HEX triplet: 80, 29 and 9B. RGB value is (128,41,155). Sum of RGB (Red+Green+Blue) = 128+41+155=324 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.51% from 324); Green value is 41 (16.41% from 255 or 12.65% from 324); Blue value is 155 (60.94% from 255 or 47.84% from 324); Max value from RGB is 155 - color contains mainly: blue. Hex color #80299B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80299B is #7FD664. Grayscale: #4F4F4F. Windows color (decimal): -8377957 or 10168704. OLE color: 10168704.
HSL color Cylindrical-coordinate representation of color #80299B: hue angle of 285.79º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #80299B is Cyan = 0.17, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 128 | 41 | 155 | - |
| CMYK | 0.17 | 0.74 | 0 | 0.39 |
| HSL | 285.79º | 0.58% | 0.38% | - |
| HSV(B) | 285.79º | 0.74% | 0.61% | - |
| XYZ | 15.61 | 8.54 | 31.84 | - |
| YUV | 80.01 | 170.32 | 162.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 41 | 155 | 0.17 | 0.74 | 0 | 0.39 | 285.79 | 0.58 | 0.38 |
| Hex | 80 | 29 | 9B | 11 | 4A | 0 | 27 | 11E | 3A | 26 |
| Octal | 200 | 51 | 233 | 21 | 112 | 0 | 47 | 436 | 72 | 46 |
| Binary | 10000000 | 101001 | 10011011 | 10001 | 1001010 | 0 | 100111 | 100011110 | 111010 | 100110 |
Color Harmonies of #80299B
Complementary color
Monochromatic Colors of #80299B
Black with #80299B
Text Example
Text Example
White with #80299B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80299B; }
p { color: rgb(128,41,155); }
H1.HeaderClassName
{
color: #80299B;
}
.AnyTagClassName
{
color: #80299B;
}
</style>
background-color css
<style>
a { background-color: #80299B; }
a { background-color: rgb(128,41,155); }
div.DivClassName
{
background-color: #80299B;
}
.BgClassName
{
background-color: #80299B;
}
</style>
border-color css
<style>
span { border-color: #80299B; }
span { border-color: rgb(128,41,155); }
td.TdClassName
{
border-color: #80299B;
}
.TagClassName
{
border-color: #80299B;
}
</style>