Shades of Vivid Violet #804987
Tints of Vivid Violet #804987
RGB
CMYK
RGB Variations
Color information
#804987 (or 0x804987) is known color: Vivid Violet. HEX triplet: 80, 49 and 87. RGB value is (128,73,135). Sum of RGB (Red+Green+Blue) = 128+73+135=336 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.10% from 336); Green value is 73 (28.91% from 255 or 21.73% from 336); Blue value is 135 (53.12% from 255 or 40.18% from 336); Max value from RGB is 135 - color contains mainly: blue. Hex color #804987 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #804987 is #7FB678. Grayscale: #606060. Windows color (decimal): -8369785 or 8866176. OLE color: 8866176.
HSL color Cylindrical-coordinate representation of color #804987: hue angle of 293.23º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #804987 is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 128 | 73 | 135 | - |
| CMYK | 0.05 | 0.46 | 0 | 0.47 |
| HSL | 293.23º | 0.3% | 0.41% | - |
| HSV(B) | 293.23º | 0.46% | 0.53% | - |
| XYZ | 15.66 | 11.1 | 24.24 | - |
| YUV | 96.51 | 149.72 | 150.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 73 | 135 | 0.05 | 0.46 | 0 | 0.47 | 293.23 | 0.3 | 0.41 |
| Hex | 80 | 49 | 87 | 5 | 2E | 0 | 2F | 125 | 1E | 29 |
| Octal | 200 | 111 | 207 | 5 | 56 | 0 | 57 | 445 | 36 | 51 |
| Binary | 10000000 | 1001001 | 10000111 | 101 | 101110 | 0 | 101111 | 100100101 | 11110 | 101001 |
Color Harmonies of #804987
Complementary color
Monochromatic Colors of #804987
Black with #804987
Text Example
Text Example
White with #804987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804987; }
p { color: rgb(128,73,135); }
H1.HeaderClassName
{
color: #804987;
}
.AnyTagClassName
{
color: #804987;
}
</style>
background-color css
<style>
a { background-color: #804987; }
a { background-color: rgb(128,73,135); }
div.DivClassName
{
background-color: #804987;
}
.BgClassName
{
background-color: #804987;
}
</style>
border-color css
<style>
span { border-color: #804987; }
span { border-color: rgb(128,73,135); }
td.TdClassName
{
border-color: #804987;
}
.TagClassName
{
border-color: #804987;
}
</style>