Shades of Vivid Violet #804594
Tints of Vivid Violet #804594
RGB
CMYK
RGB Variations
Color information
#804594 (or 0x804594) is known color: Vivid Violet. HEX triplet: 80, 45 and 94. RGB value is (128,69,148). Sum of RGB (Red+Green+Blue) = 128+69+148=345 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.10% from 345); Green value is 69 (27.34% from 255 or 20% from 345); Blue value is 148 (58.20% from 255 or 42.90% from 345); Max value from RGB is 148 - color contains mainly: blue. Hex color #804594 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #804594 is #7FBA6B. Grayscale: #5F5F5F. Windows color (decimal): -8370796 or 9717120. OLE color: 9717120.
HSL color Cylindrical-coordinate representation of color #804594: hue angle of 284.81º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #804594 is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 128 | 69 | 148 | - |
| CMYK | 0.14 | 0.53 | 0 | 0.42 |
| HSL | 284.81º | 0.36% | 0.43% | - |
| HSV(B) | 284.81º | 0.53% | 0.58% | - |
| XYZ | 16.38 | 10.98 | 29.27 | - |
| YUV | 95.65 | 157.55 | 151.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 69 | 148 | 0.14 | 0.53 | 0 | 0.42 | 284.81 | 0.36 | 0.43 |
| Hex | 80 | 45 | 94 | E | 35 | 0 | 2A | 11D | 24 | 2B |
| Octal | 200 | 105 | 224 | 16 | 65 | 0 | 52 | 435 | 44 | 53 |
| Binary | 10000000 | 1000101 | 10010100 | 1110 | 110101 | 0 | 101010 | 100011101 | 100100 | 101011 |
Color Harmonies of #804594
Complementary color
Monochromatic Colors of #804594
Black with #804594
Text Example
Text Example
White with #804594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804594; }
p { color: rgb(128,69,148); }
H1.HeaderClassName
{
color: #804594;
}
.AnyTagClassName
{
color: #804594;
}
</style>
background-color css
<style>
a { background-color: #804594; }
a { background-color: rgb(128,69,148); }
div.DivClassName
{
background-color: #804594;
}
.BgClassName
{
background-color: #804594;
}
</style>
border-color css
<style>
span { border-color: #804594; }
span { border-color: rgb(128,69,148); }
td.TdClassName
{
border-color: #804594;
}
.TagClassName
{
border-color: #804594;
}
</style>