Shades of Vivid Violet #854695
Tints of Vivid Violet #854695
RGB
CMYK
RGB Variations
Color information
#854695 (or 0x854695) is known color: Vivid Violet. HEX triplet: 85, 46 and 95. RGB value is (133,70,149). Sum of RGB (Red+Green+Blue) = 133+70+149=352 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.78% from 352); Green value is 70 (27.73% from 255 or 19.89% from 352); Blue value is 149 (58.59% from 255 or 42.33% from 352); Max value from RGB is 149 - color contains mainly: blue. Hex color #854695 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #854695 is #7AB96A. Grayscale: #616161. Windows color (decimal): -8042859 or 9782917. OLE color: 9782917.
HSL color Cylindrical-coordinate representation of color #854695: hue angle of 287.85º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #854695 is Cyan = 0.11, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 133 | 70 | 149 | - |
| CMYK | 0.11 | 0.53 | 0 | 0.42 |
| HSL | 287.85º | 0.36% | 0.43% | - |
| HSV(B) | 287.85º | 0.53% | 0.58% | - |
| XYZ | 17.29 | 11.54 | 29.75 | - |
| YUV | 97.84 | 156.87 | 153.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 70 | 149 | 0.11 | 0.53 | 0 | 0.42 | 287.85 | 0.36 | 0.43 |
| Hex | 85 | 46 | 95 | B | 35 | 0 | 2A | 120 | 24 | 2B |
| Octal | 205 | 106 | 225 | 13 | 65 | 0 | 52 | 440 | 44 | 53 |
| Binary | 10000101 | 1000110 | 10010101 | 1011 | 110101 | 0 | 101010 | 100100000 | 100100 | 101011 |
Color Harmonies of #854695
Complementary color
Monochromatic Colors of #854695
Black with #854695
Text Example
Text Example
White with #854695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854695; }
p { color: rgb(133,70,149); }
H1.HeaderClassName
{
color: #854695;
}
.AnyTagClassName
{
color: #854695;
}
</style>
background-color css
<style>
a { background-color: #854695; }
a { background-color: rgb(133,70,149); }
div.DivClassName
{
background-color: #854695;
}
.BgClassName
{
background-color: #854695;
}
</style>
border-color css
<style>
span { border-color: #854695; }
span { border-color: rgb(133,70,149); }
td.TdClassName
{
border-color: #854695;
}
.TagClassName
{
border-color: #854695;
}
</style>