Shades of Vivid Violet #854094
Tints of Vivid Violet #854094
RGB
CMYK
RGB Variations
Color information
#854094 (or 0x854094) is known color: Vivid Violet. HEX triplet: 85, 40 and 94. RGB value is (133,64,148). Sum of RGB (Red+Green+Blue) = 133+64+148=345 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.55% from 345); Green value is 64 (25.39% from 255 or 18.55% from 345); Blue value is 148 (58.20% from 255 or 42.90% from 345); Max value from RGB is 148 - color contains mainly: blue. Hex color #854094 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #854094 is #7ABF6B. Grayscale: #5D5D5D. Windows color (decimal): -8044396 or 9715845. OLE color: 9715845.
HSL color Cylindrical-coordinate representation of color #854094: hue angle of 289.29º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #854094 is Cyan = 0.10, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 133 | 64 | 148 | - |
| CMYK | 0.10 | 0.57 | 0 | 0.42 |
| HSL | 289.29º | 0.4% | 0.42% | - |
| HSV(B) | 289.29º | 0.57% | 0.58% | - |
| XYZ | 16.85 | 10.79 | 29.21 | - |
| YUV | 94.21 | 158.36 | 155.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 64 | 148 | 0.10 | 0.57 | 0 | 0.42 | 289.29 | 0.4 | 0.42 |
| Hex | 85 | 40 | 94 | A | 39 | 0 | 2A | 121 | 28 | 2A |
| Octal | 205 | 100 | 224 | 12 | 71 | 0 | 52 | 441 | 50 | 52 |
| Binary | 10000101 | 1000000 | 10010100 | 1010 | 111001 | 0 | 101010 | 100100001 | 101000 | 101010 |
Color Harmonies of #854094
Complementary color
Monochromatic Colors of #854094
Black with #854094
Text Example
Text Example
White with #854094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854094; }
p { color: rgb(133,64,148); }
H1.HeaderClassName
{
color: #854094;
}
.AnyTagClassName
{
color: #854094;
}
</style>
background-color css
<style>
a { background-color: #854094; }
a { background-color: rgb(133,64,148); }
div.DivClassName
{
background-color: #854094;
}
.BgClassName
{
background-color: #854094;
}
</style>
border-color css
<style>
span { border-color: #854094; }
span { border-color: rgb(133,64,148); }
td.TdClassName
{
border-color: #854094;
}
.TagClassName
{
border-color: #854094;
}
</style>