Shades of Vivid Violet #85498D
Tints of Vivid Violet #85498D
RGB
CMYK
RGB Variations
Color information
#85498D (or 0x85498D) is known color: Vivid Violet. HEX triplet: 85, 49 and 8D. RGB value is (133,73,141). Sum of RGB (Red+Green+Blue) = 133+73+141=347 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.33% from 347); Green value is 73 (28.91% from 255 or 21.04% from 347); Blue value is 141 (55.47% from 255 or 40.63% from 347); Max value from RGB is 141 - color contains mainly: blue. Hex color #85498D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85498D is #7AB672. Grayscale: #626262. Windows color (decimal): -8042099 or 9259397. OLE color: 9259397.
HSL color Cylindrical-coordinate representation of color #85498D: hue angle of 292.94º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #85498D is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 73 | 141 | - |
| CMYK | 0.06 | 0.48 | 0 | 0.45 |
| HSL | 292.94º | 0.32% | 0.42% | - |
| HSV(B) | 292.94º | 0.48% | 0.55% | - |
| XYZ | 16.86 | 11.67 | 26.56 | - |
| YUV | 98.69 | 151.88 | 152.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 73 | 141 | 0.06 | 0.48 | 0 | 0.45 | 292.94 | 0.32 | 0.42 |
| Hex | 85 | 49 | 8D | 6 | 30 | 0 | 2D | 125 | 20 | 2A |
| Octal | 205 | 111 | 215 | 6 | 60 | 0 | 55 | 445 | 40 | 52 |
| Binary | 10000101 | 1001001 | 10001101 | 110 | 110000 | 0 | 101101 | 100100101 | 100000 | 101010 |
Color Harmonies of #85498D
Complementary color
Monochromatic Colors of #85498D
Black with #85498D
Text Example
Text Example
White with #85498D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85498D; }
p { color: rgb(133,73,141); }
H1.HeaderClassName
{
color: #85498D;
}
.AnyTagClassName
{
color: #85498D;
}
</style>
background-color css
<style>
a { background-color: #85498D; }
a { background-color: rgb(133,73,141); }
div.DivClassName
{
background-color: #85498D;
}
.BgClassName
{
background-color: #85498D;
}
</style>
border-color css
<style>
span { border-color: #85498D; }
span { border-color: rgb(133,73,141); }
td.TdClassName
{
border-color: #85498D;
}
.TagClassName
{
border-color: #85498D;
}
</style>