Shades of Vivid Violet #854496
Tints of Vivid Violet #854496
RGB
CMYK
RGB Variations
Color information
#854496 (or 0x854496) is known color: Vivid Violet. HEX triplet: 85, 44 and 96. RGB value is (133,68,150). Sum of RGB (Red+Green+Blue) = 133+68+150=351 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.89% from 351); Green value is 68 (26.95% from 255 or 19.37% from 351); Blue value is 150 (58.98% from 255 or 42.74% from 351); Max value from RGB is 150 - color contains mainly: blue. Hex color #854496 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #854496 is #7ABB69. Grayscale: #606060. Windows color (decimal): -8043370 or 9847941. OLE color: 9847941.
HSL color Cylindrical-coordinate representation of color #854496: hue angle of 287.56º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #854496 is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 133 | 68 | 150 | - |
| CMYK | 0.11 | 0.55 | 0 | 0.41 |
| HSL | 287.56º | 0.38% | 0.43% | - |
| HSV(B) | 287.56º | 0.55% | 0.59% | - |
| XYZ | 17.25 | 11.32 | 30.13 | - |
| YUV | 96.78 | 158.03 | 153.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 68 | 150 | 0.11 | 0.55 | 0 | 0.41 | 287.56 | 0.38 | 0.43 |
| Hex | 85 | 44 | 96 | B | 37 | 0 | 29 | 120 | 26 | 2B |
| Octal | 205 | 104 | 226 | 13 | 67 | 0 | 51 | 440 | 46 | 53 |
| Binary | 10000101 | 1000100 | 10010110 | 1011 | 110111 | 0 | 101001 | 100100000 | 100110 | 101011 |
Color Harmonies of #854496
Complementary color
Monochromatic Colors of #854496
Black with #854496
Text Example
Text Example
White with #854496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854496; }
p { color: rgb(133,68,150); }
H1.HeaderClassName
{
color: #854496;
}
.AnyTagClassName
{
color: #854496;
}
</style>
background-color css
<style>
a { background-color: #854496; }
a { background-color: rgb(133,68,150); }
div.DivClassName
{
background-color: #854496;
}
.BgClassName
{
background-color: #854496;
}
</style>
border-color css
<style>
span { border-color: #854496; }
span { border-color: rgb(133,68,150); }
td.TdClassName
{
border-color: #854496;
}
.TagClassName
{
border-color: #854496;
}
</style>