Shades of Vivid Violet #802489
Tints of Vivid Violet #802489
RGB
CMYK
RGB Variations
Color information
#802489 (or 0x802489) is known color: Vivid Violet. HEX triplet: 80, 24 and 89. RGB value is (128,36,137). Sum of RGB (Red+Green+Blue) = 128+36+137=301 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.52% from 301); Green value is 36 (14.45% from 255 or 11.96% from 301); Blue value is 137 (53.91% from 255 or 45.51% from 301); Max value from RGB is 137 - color contains mainly: blue. Hex color #802489 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #802489 is #7FDB76. Grayscale: #4A4A4A. Windows color (decimal): -8379255 or 8987776. OLE color: 8987776.
HSL color Cylindrical-coordinate representation of color #802489: hue angle of 294.65º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #802489 is Cyan = 0.07, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 128 | 36 | 137 | - |
| CMYK | 0.07 | 0.74 | 0 | 0.46 |
| HSL | 294.65º | 0.58% | 0.34% | - |
| HSV(B) | 294.65º | 0.74% | 0.54% | - |
| XYZ | 14.05 | 7.66 | 24.4 | - |
| YUV | 75.02 | 162.98 | 165.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 36 | 137 | 0.07 | 0.74 | 0 | 0.46 | 294.65 | 0.58 | 0.34 |
| Hex | 80 | 24 | 89 | 7 | 4A | 0 | 2E | 127 | 3A | 22 |
| Octal | 200 | 44 | 211 | 7 | 112 | 0 | 56 | 447 | 72 | 42 |
| Binary | 10000000 | 100100 | 10001001 | 111 | 1001010 | 0 | 101110 | 100100111 | 111010 | 100010 |
Color Harmonies of #802489
Complementary color
Monochromatic Colors of #802489
Black with #802489
Text Example
Text Example
White with #802489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802489; }
p { color: rgb(128,36,137); }
H1.HeaderClassName
{
color: #802489;
}
.AnyTagClassName
{
color: #802489;
}
</style>
background-color css
<style>
a { background-color: #802489; }
a { background-color: rgb(128,36,137); }
div.DivClassName
{
background-color: #802489;
}
.BgClassName
{
background-color: #802489;
}
</style>
border-color css
<style>
span { border-color: #802489; }
span { border-color: rgb(128,36,137); }
td.TdClassName
{
border-color: #802489;
}
.TagClassName
{
border-color: #802489;
}
</style>