Shades of Vivid Violet #85498E
Tints of Vivid Violet #85498E
RGB
CMYK
RGB Variations
Color information
#85498E (or 0x85498E) is known color: Vivid Violet. HEX triplet: 85, 49 and 8E. RGB value is (133,73,142). Sum of RGB (Red+Green+Blue) = 133+73+142=348 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.22% from 348); Green value is 73 (28.91% from 255 or 20.98% from 348); Blue value is 142 (55.86% from 255 or 40.80% from 348); Max value from RGB is 142 - color contains mainly: blue. Hex color #85498E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85498E is #7AB671. Grayscale: #626262. Windows color (decimal): -8042098 or 9324933. OLE color: 9324933.
HSL color Cylindrical-coordinate representation of color #85498E: hue angle of 292.17º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #85498E is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 133 | 73 | 142 | - |
| CMYK | 0.06 | 0.49 | 0 | 0.44 |
| HSL | 292.17º | 0.32% | 0.42% | - |
| HSV(B) | 292.17º | 0.49% | 0.56% | - |
| XYZ | 16.94 | 11.7 | 26.96 | - |
| YUV | 98.81 | 152.38 | 152.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 73 | 142 | 0.06 | 0.49 | 0 | 0.44 | 292.17 | 0.32 | 0.42 |
| Hex | 85 | 49 | 8E | 6 | 31 | 0 | 2C | 124 | 20 | 2A |
| Octal | 205 | 111 | 216 | 6 | 61 | 0 | 54 | 444 | 40 | 52 |
| Binary | 10000101 | 1001001 | 10001110 | 110 | 110001 | 0 | 101100 | 100100100 | 100000 | 101010 |
Color Harmonies of #85498E
Complementary color
Monochromatic Colors of #85498E
Black with #85498E
Text Example
Text Example
White with #85498E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85498E; }
p { color: rgb(133,73,142); }
H1.HeaderClassName
{
color: #85498E;
}
.AnyTagClassName
{
color: #85498E;
}
</style>
background-color css
<style>
a { background-color: #85498E; }
a { background-color: rgb(133,73,142); }
div.DivClassName
{
background-color: #85498E;
}
.BgClassName
{
background-color: #85498E;
}
</style>
border-color css
<style>
span { border-color: #85498E; }
span { border-color: rgb(133,73,142); }
td.TdClassName
{
border-color: #85498E;
}
.TagClassName
{
border-color: #85498E;
}
</style>