Shades of Vivid Violet #802889
Tints of Vivid Violet #802889
RGB
CMYK
RGB Variations
Color information
#802889 (or 0x802889) is known color: Vivid Violet. HEX triplet: 80, 28 and 89. RGB value is (128,40,137). Sum of RGB (Red+Green+Blue) = 128+40+137=305 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.97% from 305); Green value is 40 (16.02% from 255 or 13.11% from 305); Blue value is 137 (53.91% from 255 or 44.92% from 305); Max value from RGB is 137 - color contains mainly: blue. Hex color #802889 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #802889 is #7FD776. Grayscale: #4D4D4D. Windows color (decimal): -8378231 or 8988800. OLE color: 8988800.
HSL color Cylindrical-coordinate representation of color #802889: hue angle of 294.43º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #802889 is Cyan = 0.07, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 128 | 40 | 137 | - |
| CMYK | 0.07 | 0.71 | 0 | 0.46 |
| HSL | 294.43º | 0.55% | 0.35% | - |
| HSV(B) | 294.43º | 0.71% | 0.54% | - |
| XYZ | 14.18 | 7.91 | 24.45 | - |
| YUV | 77.37 | 161.65 | 164.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 40 | 137 | 0.07 | 0.71 | 0 | 0.46 | 294.43 | 0.55 | 0.35 |
| Hex | 80 | 28 | 89 | 7 | 47 | 0 | 2E | 126 | 37 | 23 |
| Octal | 200 | 50 | 211 | 7 | 107 | 0 | 56 | 446 | 67 | 43 |
| Binary | 10000000 | 101000 | 10001001 | 111 | 1000111 | 0 | 101110 | 100100110 | 110111 | 100011 |
Color Harmonies of #802889
Complementary color
Monochromatic Colors of #802889
Black with #802889
Text Example
Text Example
White with #802889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802889; }
p { color: rgb(128,40,137); }
H1.HeaderClassName
{
color: #802889;
}
.AnyTagClassName
{
color: #802889;
}
</style>
background-color css
<style>
a { background-color: #802889; }
a { background-color: rgb(128,40,137); }
div.DivClassName
{
background-color: #802889;
}
.BgClassName
{
background-color: #802889;
}
</style>
border-color css
<style>
span { border-color: #802889; }
span { border-color: rgb(128,40,137); }
td.TdClassName
{
border-color: #802889;
}
.TagClassName
{
border-color: #802889;
}
</style>