Shades of Vivid Violet #802890
Tints of Vivid Violet #802890
RGB
CMYK
RGB Variations
Color information
#802890 (or 0x802890) is known color: Vivid Violet. HEX triplet: 80, 28 and 90. RGB value is (128,40,144). Sum of RGB (Red+Green+Blue) = 128+40+144=312 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.03% from 312); Green value is 40 (16.02% from 255 or 12.82% from 312); Blue value is 144 (56.64% from 255 or 46.15% from 312); Max value from RGB is 144 - color contains mainly: blue. Hex color #802890 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #802890 is #7FD76F. Grayscale: #4D4D4D. Windows color (decimal): -8378224 or 9447552. OLE color: 9447552.
HSL color Cylindrical-coordinate representation of color #802890: hue angle of 290.77º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #802890 is Cyan = 0.11, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 128 | 40 | 144 | - |
| CMYK | 0.11 | 0.72 | 0 | 0.44 |
| HSL | 290.77º | 0.57% | 0.36% | - |
| HSV(B) | 290.77º | 0.72% | 0.56% | - |
| XYZ | 14.69 | 8.12 | 27.18 | - |
| YUV | 78.17 | 165.15 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 40 | 144 | 0.11 | 0.72 | 0 | 0.44 | 290.77 | 0.57 | 0.36 |
| Hex | 80 | 28 | 90 | B | 48 | 0 | 2C | 123 | 39 | 24 |
| Octal | 200 | 50 | 220 | 13 | 110 | 0 | 54 | 443 | 71 | 44 |
| Binary | 10000000 | 101000 | 10010000 | 1011 | 1001000 | 0 | 101100 | 100100011 | 111001 | 100100 |
Color Harmonies of #802890
Complementary color
Monochromatic Colors of #802890
Black with #802890
Text Example
Text Example
White with #802890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802890; }
p { color: rgb(128,40,144); }
H1.HeaderClassName
{
color: #802890;
}
.AnyTagClassName
{
color: #802890;
}
</style>
background-color css
<style>
a { background-color: #802890; }
a { background-color: rgb(128,40,144); }
div.DivClassName
{
background-color: #802890;
}
.BgClassName
{
background-color: #802890;
}
</style>
border-color css
<style>
span { border-color: #802890; }
span { border-color: rgb(128,40,144); }
td.TdClassName
{
border-color: #802890;
}
.TagClassName
{
border-color: #802890;
}
</style>