Shades of Vivid Violet #854895
Tints of Vivid Violet #854895
RGB
CMYK
RGB Variations
Color information
#854895 (or 0x854895) is known color: Vivid Violet. HEX triplet: 85, 48 and 95. RGB value is (133,72,149). Sum of RGB (Red+Green+Blue) = 133+72+149=354 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.57% from 354); Green value is 72 (28.52% from 255 or 20.34% from 354); Blue value is 149 (58.59% from 255 or 42.09% from 354); Max value from RGB is 149 - color contains mainly: blue. Hex color #854895 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #854895 is #7AB76A. Grayscale: #626262. Windows color (decimal): -8042347 or 9783429. OLE color: 9783429.
HSL color Cylindrical-coordinate representation of color #854895: hue angle of 287.53º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #854895 is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 133 | 72 | 149 | - |
| CMYK | 0.11 | 0.52 | 0 | 0.42 |
| HSL | 287.53º | 0.35% | 0.43% | - |
| HSV(B) | 287.53º | 0.52% | 0.58% | - |
| XYZ | 17.42 | 11.79 | 29.79 | - |
| YUV | 99.02 | 156.21 | 152.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 72 | 149 | 0.11 | 0.52 | 0 | 0.42 | 287.53 | 0.35 | 0.43 |
| Hex | 85 | 48 | 95 | B | 34 | 0 | 2A | 120 | 23 | 2B |
| Octal | 205 | 110 | 225 | 13 | 64 | 0 | 52 | 440 | 43 | 53 |
| Binary | 10000101 | 1001000 | 10010101 | 1011 | 110100 | 0 | 101010 | 100100000 | 100011 | 101011 |
Color Harmonies of #854895
Complementary color
Monochromatic Colors of #854895
Black with #854895
Text Example
Text Example
White with #854895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854895; }
p { color: rgb(133,72,149); }
H1.HeaderClassName
{
color: #854895;
}
.AnyTagClassName
{
color: #854895;
}
</style>
background-color css
<style>
a { background-color: #854895; }
a { background-color: rgb(133,72,149); }
div.DivClassName
{
background-color: #854895;
}
.BgClassName
{
background-color: #854895;
}
</style>
border-color css
<style>
span { border-color: #854895; }
span { border-color: rgb(133,72,149); }
td.TdClassName
{
border-color: #854895;
}
.TagClassName
{
border-color: #854895;
}
</style>