Shades of Vivid Violet #802886
Tints of Vivid Violet #802886
RGB
CMYK
RGB Variations
Color information
#802886 (or 0x802886) is known color: Vivid Violet. HEX triplet: 80, 28 and 86. RGB value is (128,40,134). Sum of RGB (Red+Green+Blue) = 128+40+134=302 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.38% from 302); Green value is 40 (16.02% from 255 or 13.25% from 302); Blue value is 134 (52.73% from 255 or 44.37% from 302); Max value from RGB is 134 - color contains mainly: blue. Hex color #802886 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #802886 is #7FD779. Grayscale: #4C4C4C. Windows color (decimal): -8378234 or 8792192. OLE color: 8792192.
HSL color Cylindrical-coordinate representation of color #802886: hue angle of 296.17º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #802886 is Cyan = 0.04, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 128 | 40 | 134 | - |
| CMYK | 0.04 | 0.70 | 0 | 0.47 |
| HSL | 296.17º | 0.54% | 0.34% | - |
| HSV(B) | 296.17º | 0.7% | 0.53% | - |
| XYZ | 13.96 | 7.83 | 23.33 | - |
| YUV | 77.03 | 160.15 | 164.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 40 | 134 | 0.04 | 0.70 | 0 | 0.47 | 296.17 | 0.54 | 0.34 |
| Hex | 80 | 28 | 86 | 4 | 46 | 0 | 2F | 128 | 36 | 22 |
| Octal | 200 | 50 | 206 | 4 | 106 | 0 | 57 | 450 | 66 | 42 |
| Binary | 10000000 | 101000 | 10000110 | 100 | 1000110 | 0 | 101111 | 100101000 | 110110 | 100010 |
Color Harmonies of #802886
Complementary color
Monochromatic Colors of #802886
Black with #802886
Text Example
Text Example
White with #802886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802886; }
p { color: rgb(128,40,134); }
H1.HeaderClassName
{
color: #802886;
}
.AnyTagClassName
{
color: #802886;
}
</style>
background-color css
<style>
a { background-color: #802886; }
a { background-color: rgb(128,40,134); }
div.DivClassName
{
background-color: #802886;
}
.BgClassName
{
background-color: #802886;
}
</style>
border-color css
<style>
span { border-color: #802886; }
span { border-color: rgb(128,40,134); }
td.TdClassName
{
border-color: #802886;
}
.TagClassName
{
border-color: #802886;
}
</style>