Shades of Vivid Violet #854E91
Tints of Vivid Violet #854E91
RGB
CMYK
RGB Variations
Color information
#854E91 (or 0x854E91) is known color: Vivid Violet. HEX triplet: 85, 4E and 91. RGB value is (133,78,145). Sum of RGB (Red+Green+Blue) = 133+78+145=356 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.36% from 356); Green value is 78 (30.86% from 255 or 21.91% from 356); Blue value is 145 (57.03% from 255 or 40.73% from 356); Max value from RGB is 145 - color contains mainly: blue. Hex color #854E91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #854E91 is #7AB16E. Grayscale: #656565. Windows color (decimal): -8040815 or 9522821. OLE color: 9522821.
HSL color Cylindrical-coordinate representation of color #854E91: hue angle of 289.25º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #854E91 is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 133 | 78 | 145 | - |
| CMYK | 0.08 | 0.46 | 0 | 0.43 |
| HSL | 289.25º | 0.3% | 0.44% | - |
| HSV(B) | 289.25º | 0.46% | 0.57% | - |
| XYZ | 17.51 | 12.48 | 28.27 | - |
| YUV | 102.08 | 152.22 | 150.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 78 | 145 | 0.08 | 0.46 | 0 | 0.43 | 289.25 | 0.3 | 0.44 |
| Hex | 85 | 4E | 91 | 8 | 2E | 0 | 2B | 121 | 1E | 2C |
| Octal | 205 | 116 | 221 | 10 | 56 | 0 | 53 | 441 | 36 | 54 |
| Binary | 10000101 | 1001110 | 10010001 | 1000 | 101110 | 0 | 101011 | 100100001 | 11110 | 101100 |
Color Harmonies of #854E91
Complementary color
Monochromatic Colors of #854E91
Black with #854E91
Text Example
Text Example
White with #854E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854E91; }
p { color: rgb(133,78,145); }
H1.HeaderClassName
{
color: #854E91;
}
.AnyTagClassName
{
color: #854E91;
}
</style>
background-color css
<style>
a { background-color: #854E91; }
a { background-color: rgb(133,78,145); }
div.DivClassName
{
background-color: #854E91;
}
.BgClassName
{
background-color: #854E91;
}
</style>
border-color css
<style>
span { border-color: #854E91; }
span { border-color: rgb(133,78,145); }
td.TdClassName
{
border-color: #854E91;
}
.TagClassName
{
border-color: #854E91;
}
</style>