Shades of Vivid Violet #85498C
Tints of Vivid Violet #85498C
RGB
CMYK
RGB Variations
Color information
#85498C (or 0x85498C) is known color: Vivid Violet. HEX triplet: 85, 49 and 8C. RGB value is (133,73,140). Sum of RGB (Red+Green+Blue) = 133+73+140=346 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.44% from 346); Green value is 73 (28.91% from 255 or 21.10% from 346); Blue value is 140 (55.08% from 255 or 40.46% from 346); Max value from RGB is 140 - color contains mainly: blue. Hex color #85498C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85498C is #7AB673. Grayscale: #626262. Windows color (decimal): -8042100 or 9193861. OLE color: 9193861.
HSL color Cylindrical-coordinate representation of color #85498C: hue angle of 293.73º degrees, saturation: 0.31, 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 #85498C is Cyan = 0.05, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 73 | 140 | - |
| CMYK | 0.05 | 0.48 | 0 | 0.45 |
| HSL | 293.73º | 0.31% | 0.42% | - |
| HSV(B) | 293.73º | 0.48% | 0.55% | - |
| XYZ | 16.79 | 11.65 | 26.17 | - |
| YUV | 98.58 | 151.38 | 152.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 73 | 140 | 0.05 | 0.48 | 0 | 0.45 | 293.73 | 0.31 | 0.42 |
| Hex | 85 | 49 | 8C | 5 | 30 | 0 | 2D | 126 | 1F | 2A |
| Octal | 205 | 111 | 214 | 5 | 60 | 0 | 55 | 446 | 37 | 52 |
| Binary | 10000101 | 1001001 | 10001100 | 101 | 110000 | 0 | 101101 | 100100110 | 11111 | 101010 |
Color Harmonies of #85498C
Complementary color
Monochromatic Colors of #85498C
Black with #85498C
Text Example
Text Example
White with #85498C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85498C; }
p { color: rgb(133,73,140); }
H1.HeaderClassName
{
color: #85498C;
}
.AnyTagClassName
{
color: #85498C;
}
</style>
background-color css
<style>
a { background-color: #85498C; }
a { background-color: rgb(133,73,140); }
div.DivClassName
{
background-color: #85498C;
}
.BgClassName
{
background-color: #85498C;
}
</style>
border-color css
<style>
span { border-color: #85498C; }
span { border-color: rgb(133,73,140); }
td.TdClassName
{
border-color: #85498C;
}
.TagClassName
{
border-color: #85498C;
}
</style>