Shades of Vivid Violet #804589
Tints of Vivid Violet #804589
RGB
CMYK
RGB Variations
Color information
#804589 (or 0x804589) is known color: Vivid Violet. HEX triplet: 80, 45 and 89. RGB value is (128,69,137). Sum of RGB (Red+Green+Blue) = 128+69+137=334 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.32% from 334); Green value is 69 (27.34% from 255 or 20.66% from 334); Blue value is 137 (53.91% from 255 or 41.02% from 334); Max value from RGB is 137 - color contains mainly: blue. Hex color #804589 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #804589 is #7FBA76. Grayscale: #5E5E5E. Windows color (decimal): -8370807 or 8996224. OLE color: 8996224.
HSL color Cylindrical-coordinate representation of color #804589: hue angle of 292.06º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #804589 is Cyan = 0.07, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 128 | 69 | 137 | - |
| CMYK | 0.07 | 0.50 | 0 | 0.46 |
| HSL | 292.06º | 0.33% | 0.4% | - |
| HSV(B) | 292.06º | 0.5% | 0.54% | - |
| XYZ | 15.55 | 10.65 | 24.9 | - |
| YUV | 94.39 | 152.05 | 151.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 69 | 137 | 0.07 | 0.50 | 0 | 0.46 | 292.06 | 0.33 | 0.4 |
| Hex | 80 | 45 | 89 | 7 | 32 | 0 | 2E | 124 | 21 | 28 |
| Octal | 200 | 105 | 211 | 7 | 62 | 0 | 56 | 444 | 41 | 50 |
| Binary | 10000000 | 1000101 | 10001001 | 111 | 110010 | 0 | 101110 | 100100100 | 100001 | 101000 |
Color Harmonies of #804589
Complementary color
Monochromatic Colors of #804589
Black with #804589
Text Example
Text Example
White with #804589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804589; }
p { color: rgb(128,69,137); }
H1.HeaderClassName
{
color: #804589;
}
.AnyTagClassName
{
color: #804589;
}
</style>
background-color css
<style>
a { background-color: #804589; }
a { background-color: rgb(128,69,137); }
div.DivClassName
{
background-color: #804589;
}
.BgClassName
{
background-color: #804589;
}
</style>
border-color css
<style>
span { border-color: #804589; }
span { border-color: rgb(128,69,137); }
td.TdClassName
{
border-color: #804589;
}
.TagClassName
{
border-color: #804589;
}
</style>