Shades of Vivid Violet #804697
Tints of Vivid Violet #804697
RGB
CMYK
RGB Variations
Color information
#804697 (or 0x804697) is known color: Vivid Violet. HEX triplet: 80, 46 and 97. RGB value is (128,70,151). Sum of RGB (Red+Green+Blue) = 128+70+151=349 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.68% from 349); Green value is 70 (27.73% from 255 or 20.06% from 349); Blue value is 151 (59.38% from 255 or 43.27% from 349); Max value from RGB is 151 - color contains mainly: blue. Hex color #804697 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #804697 is #7FB968. Grayscale: #606060. Windows color (decimal): -8370537 or 9913984. OLE color: 9913984.
HSL color Cylindrical-coordinate representation of color #804697: hue angle of 282.96º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #804697 is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 128 | 70 | 151 | - |
| CMYK | 0.15 | 0.54 | 0 | 0.41 |
| HSL | 282.96º | 0.37% | 0.43% | - |
| HSV(B) | 282.96º | 0.54% | 0.59% | - |
| XYZ | 16.68 | 11.2 | 30.56 | - |
| YUV | 96.58 | 158.72 | 150.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 70 | 151 | 0.15 | 0.54 | 0 | 0.41 | 282.96 | 0.37 | 0.43 |
| Hex | 80 | 46 | 97 | F | 36 | 0 | 29 | 11B | 25 | 2B |
| Octal | 200 | 106 | 227 | 17 | 66 | 0 | 51 | 433 | 45 | 53 |
| Binary | 10000000 | 1000110 | 10010111 | 1111 | 110110 | 0 | 101001 | 100011011 | 100101 | 101011 |
Color Harmonies of #804697
Complementary color
Monochromatic Colors of #804697
Black with #804697
Text Example
Text Example
White with #804697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804697; }
p { color: rgb(128,70,151); }
H1.HeaderClassName
{
color: #804697;
}
.AnyTagClassName
{
color: #804697;
}
</style>
background-color css
<style>
a { background-color: #804697; }
a { background-color: rgb(128,70,151); }
div.DivClassName
{
background-color: #804697;
}
.BgClassName
{
background-color: #804697;
}
</style>
border-color css
<style>
span { border-color: #804697; }
span { border-color: rgb(128,70,151); }
td.TdClassName
{
border-color: #804697;
}
.TagClassName
{
border-color: #804697;
}
</style>