Shades of Vivid Violet #804587
Tints of Vivid Violet #804587
RGB
CMYK
RGB Variations
Color information
#804587 (or 0x804587) is known color: Vivid Violet. HEX triplet: 80, 45 and 87. RGB value is (128,69,135). Sum of RGB (Red+Green+Blue) = 128+69+135=332 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.55% from 332); Green value is 69 (27.34% from 255 or 20.78% from 332); Blue value is 135 (53.12% from 255 or 40.66% from 332); Max value from RGB is 135 - color contains mainly: blue. Hex color #804587 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #804587 is #7FBA78. Grayscale: #5D5D5D. Windows color (decimal): -8370809 or 8865152. OLE color: 8865152.
HSL color Cylindrical-coordinate representation of color #804587: hue angle of 293.64º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #804587 is Cyan = 0.05, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 128 | 69 | 135 | - |
| CMYK | 0.05 | 0.49 | 0 | 0.47 |
| HSL | 293.64º | 0.32% | 0.4% | - |
| HSV(B) | 293.64º | 0.49% | 0.53% | - |
| XYZ | 15.4 | 10.59 | 24.15 | - |
| YUV | 94.17 | 151.05 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 69 | 135 | 0.05 | 0.49 | 0 | 0.47 | 293.64 | 0.32 | 0.4 |
| Hex | 80 | 45 | 87 | 5 | 31 | 0 | 2F | 126 | 20 | 28 |
| Octal | 200 | 105 | 207 | 5 | 61 | 0 | 57 | 446 | 40 | 50 |
| Binary | 10000000 | 1000101 | 10000111 | 101 | 110001 | 0 | 101111 | 100100110 | 100000 | 101000 |
Color Harmonies of #804587
Complementary color
Monochromatic Colors of #804587
Black with #804587
Text Example
Text Example
White with #804587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804587; }
p { color: rgb(128,69,135); }
H1.HeaderClassName
{
color: #804587;
}
.AnyTagClassName
{
color: #804587;
}
</style>
background-color css
<style>
a { background-color: #804587; }
a { background-color: rgb(128,69,135); }
div.DivClassName
{
background-color: #804587;
}
.BgClassName
{
background-color: #804587;
}
</style>
border-color css
<style>
span { border-color: #804587; }
span { border-color: rgb(128,69,135); }
td.TdClassName
{
border-color: #804587;
}
.TagClassName
{
border-color: #804587;
}
</style>