Shades of Vivid Violet #854E95
Tints of Vivid Violet #854E95
RGB
CMYK
RGB Variations
Color information
#854E95 (or 0x854E95) is known color: Vivid Violet. HEX triplet: 85, 4E and 95. RGB value is (133,78,149). Sum of RGB (Red+Green+Blue) = 133+78+149=360 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.94% from 360); Green value is 78 (30.86% from 255 or 21.67% from 360); Blue value is 149 (58.59% from 255 or 41.39% from 360); Max value from RGB is 149 - color contains mainly: blue. Hex color #854E95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #854E95 is #7AB16A. Grayscale: #666666. Windows color (decimal): -8040811 or 9784965. OLE color: 9784965.
HSL color Cylindrical-coordinate representation of color #854E95: hue angle of 286.48º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #854E95 is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 133 | 78 | 149 | - |
| CMYK | 0.11 | 0.48 | 0 | 0.42 |
| HSL | 286.48º | 0.31% | 0.45% | - |
| HSV(B) | 286.48º | 0.48% | 0.58% | - |
| XYZ | 17.82 | 12.61 | 29.93 | - |
| YUV | 102.54 | 154.22 | 149.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 78 | 149 | 0.11 | 0.48 | 0 | 0.42 | 286.48 | 0.31 | 0.45 |
| Hex | 85 | 4E | 95 | B | 30 | 0 | 2A | 11E | 1F | 2D |
| Octal | 205 | 116 | 225 | 13 | 60 | 0 | 52 | 436 | 37 | 55 |
| Binary | 10000101 | 1001110 | 10010101 | 1011 | 110000 | 0 | 101010 | 100011110 | 11111 | 101101 |
Color Harmonies of #854E95
Complementary color
Monochromatic Colors of #854E95
Black with #854E95
Text Example
Text Example
White with #854E95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854E95; }
p { color: rgb(133,78,149); }
H1.HeaderClassName
{
color: #854E95;
}
.AnyTagClassName
{
color: #854E95;
}
</style>
background-color css
<style>
a { background-color: #854E95; }
a { background-color: rgb(133,78,149); }
div.DivClassName
{
background-color: #854E95;
}
.BgClassName
{
background-color: #854E95;
}
</style>
border-color css
<style>
span { border-color: #854E95; }
span { border-color: rgb(133,78,149); }
td.TdClassName
{
border-color: #854E95;
}
.TagClassName
{
border-color: #854E95;
}
</style>