Shades of Vivid Violet #804595
Tints of Vivid Violet #804595
RGB
CMYK
RGB Variations
Color information
#804595 (or 0x804595) is known color: Vivid Violet. HEX triplet: 80, 45 and 95. RGB value is (128,69,149). Sum of RGB (Red+Green+Blue) = 128+69+149=346 (45% of max value = 765). Red value is 128 (50.39% from 255 or 36.99% from 346); Green value is 69 (27.34% from 255 or 19.94% from 346); Blue value is 149 (58.59% from 255 or 43.06% from 346); Max value from RGB is 149 - color contains mainly: blue. Hex color #804595 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #804595 is #7FBA6A. Grayscale: #5F5F5F. Windows color (decimal): -8370795 or 9782656. OLE color: 9782656.
HSL color Cylindrical-coordinate representation of color #804595: hue angle of 284.25º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #804595 is Cyan = 0.14, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 128 | 69 | 149 | - |
| CMYK | 0.14 | 0.54 | 0 | 0.42 |
| HSL | 284.25º | 0.37% | 0.43% | - |
| HSV(B) | 284.25º | 0.54% | 0.58% | - |
| XYZ | 16.46 | 11.02 | 29.69 | - |
| YUV | 95.76 | 158.05 | 151 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 69 | 149 | 0.14 | 0.54 | 0 | 0.42 | 284.25 | 0.37 | 0.43 |
| Hex | 80 | 45 | 95 | E | 36 | 0 | 2A | 11C | 25 | 2B |
| Octal | 200 | 105 | 225 | 16 | 66 | 0 | 52 | 434 | 45 | 53 |
| Binary | 10000000 | 1000101 | 10010101 | 1110 | 110110 | 0 | 101010 | 100011100 | 100101 | 101011 |
Color Harmonies of #804595
Complementary color
Monochromatic Colors of #804595
Black with #804595
Text Example
Text Example
White with #804595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804595; }
p { color: rgb(128,69,149); }
H1.HeaderClassName
{
color: #804595;
}
.AnyTagClassName
{
color: #804595;
}
</style>
background-color css
<style>
a { background-color: #804595; }
a { background-color: rgb(128,69,149); }
div.DivClassName
{
background-color: #804595;
}
.BgClassName
{
background-color: #804595;
}
</style>
border-color css
<style>
span { border-color: #804595; }
span { border-color: rgb(128,69,149); }
td.TdClassName
{
border-color: #804595;
}
.TagClassName
{
border-color: #804595;
}
</style>