Shades of Vivid Violet #854797
Tints of Vivid Violet #854797
RGB
CMYK
RGB Variations
Color information
#854797 (or 0x854797) is known color: Vivid Violet. HEX triplet: 85, 47 and 97. RGB value is (133,71,151). Sum of RGB (Red+Green+Blue) = 133+71+151=355 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.46% from 355); Green value is 71 (28.12% from 255 or 20% from 355); Blue value is 151 (59.38% from 255 or 42.54% from 355); Max value from RGB is 151 - color contains mainly: blue. Hex color #854797 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #854797 is #7AB868. Grayscale: #626262. Windows color (decimal): -8042601 or 9914245. OLE color: 9914245.
HSL color Cylindrical-coordinate representation of color #854797: hue angle of 286.5º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #854797 is Cyan = 0.12, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 133 | 71 | 151 | - |
| CMYK | 0.12 | 0.53 | 0 | 0.41 |
| HSL | 286.5º | 0.36% | 0.44% | - |
| HSV(B) | 286.5º | 0.53% | 0.59% | - |
| XYZ | 17.51 | 11.73 | 30.62 | - |
| YUV | 98.66 | 157.54 | 152.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 71 | 151 | 0.12 | 0.53 | 0 | 0.41 | 286.5 | 0.36 | 0.44 |
| Hex | 85 | 47 | 97 | C | 35 | 0 | 29 | 11E | 24 | 2C |
| Octal | 205 | 107 | 227 | 14 | 65 | 0 | 51 | 436 | 44 | 54 |
| Binary | 10000101 | 1000111 | 10010111 | 1100 | 110101 | 0 | 101001 | 100011110 | 100100 | 101100 |
Color Harmonies of #854797
Complementary color
Monochromatic Colors of #854797
Black with #854797
Text Example
Text Example
White with #854797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854797; }
p { color: rgb(133,71,151); }
H1.HeaderClassName
{
color: #854797;
}
.AnyTagClassName
{
color: #854797;
}
</style>
background-color css
<style>
a { background-color: #854797; }
a { background-color: rgb(133,71,151); }
div.DivClassName
{
background-color: #854797;
}
.BgClassName
{
background-color: #854797;
}
</style>
border-color css
<style>
span { border-color: #854797; }
span { border-color: rgb(133,71,151); }
td.TdClassName
{
border-color: #854797;
}
.TagClassName
{
border-color: #854797;
}
</style>