Shades of Vivid Violet #804490
Tints of Vivid Violet #804490
RGB
CMYK
RGB Variations
Color information
#804490 (or 0x804490) is known color: Vivid Violet. HEX triplet: 80, 44 and 90. RGB value is (128,68,144). Sum of RGB (Red+Green+Blue) = 128+68+144=340 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.65% from 340); Green value is 68 (26.95% from 255 or 20% from 340); Blue value is 144 (56.64% from 255 or 42.35% from 340); Max value from RGB is 144 - color contains mainly: blue. Hex color #804490 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #804490 is #7FBB6F. Grayscale: #5E5E5E. Windows color (decimal): -8371056 or 9454720. OLE color: 9454720.
HSL color Cylindrical-coordinate representation of color #804490: hue angle of 287.37º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #804490 is Cyan = 0.11, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 128 | 68 | 144 | - |
| CMYK | 0.11 | 0.53 | 0 | 0.44 |
| HSL | 287.37º | 0.36% | 0.42% | - |
| HSV(B) | 287.37º | 0.53% | 0.56% | - |
| XYZ | 16 | 10.74 | 27.61 | - |
| YUV | 94.6 | 155.88 | 151.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 68 | 144 | 0.11 | 0.53 | 0 | 0.44 | 287.37 | 0.36 | 0.42 |
| Hex | 80 | 44 | 90 | B | 35 | 0 | 2C | 11F | 24 | 2A |
| Octal | 200 | 104 | 220 | 13 | 65 | 0 | 54 | 437 | 44 | 52 |
| Binary | 10000000 | 1000100 | 10010000 | 1011 | 110101 | 0 | 101100 | 100011111 | 100100 | 101010 |
Color Harmonies of #804490
Complementary color
Monochromatic Colors of #804490
Black with #804490
Text Example
Text Example
White with #804490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804490; }
p { color: rgb(128,68,144); }
H1.HeaderClassName
{
color: #804490;
}
.AnyTagClassName
{
color: #804490;
}
</style>
background-color css
<style>
a { background-color: #804490; }
a { background-color: rgb(128,68,144); }
div.DivClassName
{
background-color: #804490;
}
.BgClassName
{
background-color: #804490;
}
</style>
border-color css
<style>
span { border-color: #804490; }
span { border-color: rgb(128,68,144); }
td.TdClassName
{
border-color: #804490;
}
.TagClassName
{
border-color: #804490;
}
</style>