Shades of Vivid Violet #802189
Tints of Vivid Violet #802189
RGB
CMYK
RGB Variations
Color information
#802189 (or 0x802189) is known color: Vivid Violet. HEX triplet: 80, 21 and 89. RGB value is (128,33,137). Sum of RGB (Red+Green+Blue) = 128+33+137=298 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.95% from 298); Green value is 33 (13.28% from 255 or 11.07% from 298); Blue value is 137 (53.91% from 255 or 45.97% from 298); Max value from RGB is 137 - color contains mainly: blue. Hex color #802189 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #802189 is #7FDE76. Grayscale: #484848. Windows color (decimal): -8380023 or 8987008. OLE color: 8987008.
HSL color Cylindrical-coordinate representation of color #802189: hue angle of 294.81º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #802189 is Cyan = 0.07, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 128 | 33 | 137 | - |
| CMYK | 0.07 | 0.76 | 0 | 0.46 |
| HSL | 294.81º | 0.61% | 0.33% | - |
| HSV(B) | 294.81º | 0.76% | 0.54% | - |
| XYZ | 13.96 | 7.48 | 24.38 | - |
| YUV | 73.26 | 163.97 | 167.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 33 | 137 | 0.07 | 0.76 | 0 | 0.46 | 294.81 | 0.61 | 0.33 |
| Hex | 80 | 21 | 89 | 7 | 4C | 0 | 2E | 127 | 3D | 21 |
| Octal | 200 | 41 | 211 | 7 | 114 | 0 | 56 | 447 | 75 | 41 |
| Binary | 10000000 | 100001 | 10001001 | 111 | 1001100 | 0 | 101110 | 100100111 | 111101 | 100001 |
Color Harmonies of #802189
Complementary color
Monochromatic Colors of #802189
Black with #802189
Text Example
Text Example
White with #802189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802189; }
p { color: rgb(128,33,137); }
H1.HeaderClassName
{
color: #802189;
}
.AnyTagClassName
{
color: #802189;
}
</style>
background-color css
<style>
a { background-color: #802189; }
a { background-color: rgb(128,33,137); }
div.DivClassName
{
background-color: #802189;
}
.BgClassName
{
background-color: #802189;
}
</style>
border-color css
<style>
span { border-color: #802189; }
span { border-color: rgb(128,33,137); }
td.TdClassName
{
border-color: #802189;
}
.TagClassName
{
border-color: #802189;
}
</style>