Shades of Vivid Violet #80428F
Tints of Vivid Violet #80428F
RGB
CMYK
RGB Variations
Color information
#80428F (or 0x80428F) is known color: Vivid Violet. HEX triplet: 80, 42 and 8F. RGB value is (128,66,143). Sum of RGB (Red+Green+Blue) = 128+66+143=337 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.98% from 337); Green value is 66 (26.17% from 255 or 19.58% from 337); Blue value is 143 (56.25% from 255 or 42.43% from 337); Max value from RGB is 143 - color contains mainly: blue. Hex color #80428F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80428F is #7FBD70. Grayscale: #5D5D5D. Windows color (decimal): -8371569 or 9388672. OLE color: 9388672.
HSL color Cylindrical-coordinate representation of color #80428F: hue angle of 288.31º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #80428F is Cyan = 0.10, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 128 | 66 | 143 | - |
| CMYK | 0.10 | 0.54 | 0 | 0.44 |
| HSL | 288.31º | 0.37% | 0.41% | - |
| HSV(B) | 288.31º | 0.54% | 0.56% | - |
| XYZ | 15.81 | 10.47 | 27.17 | - |
| YUV | 93.32 | 156.04 | 152.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 66 | 143 | 0.10 | 0.54 | 0 | 0.44 | 288.31 | 0.37 | 0.41 |
| Hex | 80 | 42 | 8F | A | 36 | 0 | 2C | 120 | 25 | 29 |
| Octal | 200 | 102 | 217 | 12 | 66 | 0 | 54 | 440 | 45 | 51 |
| Binary | 10000000 | 1000010 | 10001111 | 1010 | 110110 | 0 | 101100 | 100100000 | 100101 | 101001 |
Color Harmonies of #80428F
Complementary color
Monochromatic Colors of #80428F
Black with #80428F
Text Example
Text Example
White with #80428F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80428F; }
p { color: rgb(128,66,143); }
H1.HeaderClassName
{
color: #80428F;
}
.AnyTagClassName
{
color: #80428F;
}
</style>
background-color css
<style>
a { background-color: #80428F; }
a { background-color: rgb(128,66,143); }
div.DivClassName
{
background-color: #80428F;
}
.BgClassName
{
background-color: #80428F;
}
</style>
border-color css
<style>
span { border-color: #80428F; }
span { border-color: rgb(128,66,143); }
td.TdClassName
{
border-color: #80428F;
}
.TagClassName
{
border-color: #80428F;
}
</style>