Shades of Vivid Violet #854E97
Tints of Vivid Violet #854E97
RGB
CMYK
RGB Variations
Color information
#854E97 (or 0x854E97) is known color: Vivid Violet. HEX triplet: 85, 4E and 97. RGB value is (133,78,151). Sum of RGB (Red+Green+Blue) = 133+78+151=362 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.74% from 362); Green value is 78 (30.86% from 255 or 21.55% from 362); Blue value is 151 (59.38% from 255 or 41.71% from 362); Max value from RGB is 151 - color contains mainly: blue. Hex color #854E97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #854E97 is #7AB168. Grayscale: #666666. Windows color (decimal): -8040809 or 9916037. OLE color: 9916037.
HSL color Cylindrical-coordinate representation of color #854E97: hue angle of 285.21º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #854E97 is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 133 | 78 | 151 | - |
| CMYK | 0.12 | 0.48 | 0 | 0.41 |
| HSL | 285.21º | 0.32% | 0.45% | - |
| HSV(B) | 285.21º | 0.48% | 0.59% | - |
| XYZ | 17.98 | 12.67 | 30.78 | - |
| YUV | 102.77 | 155.22 | 149.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 78 | 151 | 0.12 | 0.48 | 0 | 0.41 | 285.21 | 0.32 | 0.45 |
| Hex | 85 | 4E | 97 | C | 30 | 0 | 29 | 11D | 20 | 2D |
| Octal | 205 | 116 | 227 | 14 | 60 | 0 | 51 | 435 | 40 | 55 |
| Binary | 10000101 | 1001110 | 10010111 | 1100 | 110000 | 0 | 101001 | 100011101 | 100000 | 101101 |
Color Harmonies of #854E97
Complementary color
Monochromatic Colors of #854E97
Black with #854E97
Text Example
Text Example
White with #854E97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854E97; }
p { color: rgb(133,78,151); }
H1.HeaderClassName
{
color: #854E97;
}
.AnyTagClassName
{
color: #854E97;
}
</style>
background-color css
<style>
a { background-color: #854E97; }
a { background-color: rgb(133,78,151); }
div.DivClassName
{
background-color: #854E97;
}
.BgClassName
{
background-color: #854E97;
}
</style>
border-color css
<style>
span { border-color: #854E97; }
span { border-color: rgb(133,78,151); }
td.TdClassName
{
border-color: #854E97;
}
.TagClassName
{
border-color: #854E97;
}
</style>