Shades of Vivid Violet #80429B
Tints of Vivid Violet #80429B
RGB
CMYK
RGB Variations
Color information
#80429B (or 0x80429B) is known color: Vivid Violet. HEX triplet: 80, 42 and 9B. RGB value is (128,66,155). Sum of RGB (Red+Green+Blue) = 128+66+155=349 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.68% from 349); Green value is 66 (26.17% from 255 or 18.91% from 349); Blue value is 155 (60.94% from 255 or 44.41% from 349); Max value from RGB is 155 - color contains mainly: blue. Hex color #80429B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80429B is #7FBD64. Grayscale: #5E5E5E. Windows color (decimal): -8371557 or 10175104. OLE color: 10175104.
HSL color Cylindrical-coordinate representation of color #80429B: hue angle of 281.8º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #80429B is Cyan = 0.17, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 128 | 66 | 155 | - |
| CMYK | 0.17 | 0.57 | 0 | 0.39 |
| HSL | 281.8º | 0.4% | 0.43% | - |
| HSV(B) | 281.8º | 0.57% | 0.61% | - |
| XYZ | 16.77 | 10.85 | 32.22 | - |
| YUV | 94.68 | 162.04 | 151.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 66 | 155 | 0.17 | 0.57 | 0 | 0.39 | 281.8 | 0.4 | 0.43 |
| Hex | 80 | 42 | 9B | 11 | 39 | 0 | 27 | 11A | 28 | 2B |
| Octal | 200 | 102 | 233 | 21 | 71 | 0 | 47 | 432 | 50 | 53 |
| Binary | 10000000 | 1000010 | 10011011 | 10001 | 111001 | 0 | 100111 | 100011010 | 101000 | 101011 |
Color Harmonies of #80429B
Complementary color
Monochromatic Colors of #80429B
Black with #80429B
Text Example
Text Example
White with #80429B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80429B; }
p { color: rgb(128,66,155); }
H1.HeaderClassName
{
color: #80429B;
}
.AnyTagClassName
{
color: #80429B;
}
</style>
background-color css
<style>
a { background-color: #80429B; }
a { background-color: rgb(128,66,155); }
div.DivClassName
{
background-color: #80429B;
}
.BgClassName
{
background-color: #80429B;
}
</style>
border-color css
<style>
span { border-color: #80429B; }
span { border-color: rgb(128,66,155); }
td.TdClassName
{
border-color: #80429B;
}
.TagClassName
{
border-color: #80429B;
}
</style>