Shades of Vivid Violet #802884
Tints of Vivid Violet #802884
RGB
CMYK
RGB Variations
Color information
#802884 (or 0x802884) is known color: Vivid Violet. HEX triplet: 80, 28 and 84. RGB value is (128,40,132). Sum of RGB (Red+Green+Blue) = 128+40+132=300 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.67% from 300); Green value is 40 (16.02% from 255 or 13.33% from 300); Blue value is 132 (51.95% from 255 or 44% from 300); Max value from RGB is 132 - color contains mainly: blue. Hex color #802884 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #802884 is #7FD77B. Grayscale: #4C4C4C. Windows color (decimal): -8378236 or 8661120. OLE color: 8661120.
HSL color Cylindrical-coordinate representation of color #802884: hue angle of 297.39º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #802884 is Cyan = 0.03, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 128 | 40 | 132 | - |
| CMYK | 0.03 | 0.70 | 0 | 0.48 |
| HSL | 297.39º | 0.53% | 0.34% | - |
| HSV(B) | 297.39º | 0.7% | 0.52% | - |
| XYZ | 13.83 | 7.77 | 22.6 | - |
| YUV | 76.8 | 159.15 | 164.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 40 | 132 | 0.03 | 0.70 | 0 | 0.48 | 297.39 | 0.53 | 0.34 |
| Hex | 80 | 28 | 84 | 3 | 46 | 0 | 30 | 129 | 35 | 22 |
| Octal | 200 | 50 | 204 | 3 | 106 | 0 | 60 | 451 | 65 | 42 |
| Binary | 10000000 | 101000 | 10000100 | 11 | 1000110 | 0 | 110000 | 100101001 | 110101 | 100010 |
Color Harmonies of #802884
Complementary color
Monochromatic Colors of #802884
Black with #802884
Text Example
Text Example
White with #802884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802884; }
p { color: rgb(128,40,132); }
H1.HeaderClassName
{
color: #802884;
}
.AnyTagClassName
{
color: #802884;
}
</style>
background-color css
<style>
a { background-color: #802884; }
a { background-color: rgb(128,40,132); }
div.DivClassName
{
background-color: #802884;
}
.BgClassName
{
background-color: #802884;
}
</style>
border-color css
<style>
span { border-color: #802884; }
span { border-color: rgb(128,40,132); }
td.TdClassName
{
border-color: #802884;
}
.TagClassName
{
border-color: #802884;
}
</style>