Shades of Vivid Violet #85498F
Tints of Vivid Violet #85498F
RGB
CMYK
RGB Variations
Color information
#85498F (or 0x85498F) is known color: Vivid Violet. HEX triplet: 85, 49 and 8F. RGB value is (133,73,143). Sum of RGB (Red+Green+Blue) = 133+73+143=349 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.11% from 349); Green value is 73 (28.91% from 255 or 20.92% from 349); Blue value is 143 (56.25% from 255 or 40.97% from 349); Max value from RGB is 143 - color contains mainly: blue. Hex color #85498F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85498F is #7AB670. Grayscale: #626262. Windows color (decimal): -8042097 or 9390469. OLE color: 9390469.
HSL color Cylindrical-coordinate representation of color #85498F: hue angle of 291.43º 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 #85498F is Cyan = 0.07, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 133 | 73 | 143 | - |
| CMYK | 0.07 | 0.49 | 0 | 0.44 |
| HSL | 291.43º | 0.32% | 0.42% | - |
| HSV(B) | 291.43º | 0.49% | 0.56% | - |
| XYZ | 17.01 | 11.73 | 27.35 | - |
| YUV | 98.92 | 152.88 | 152.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 73 | 143 | 0.07 | 0.49 | 0 | 0.44 | 291.43 | 0.32 | 0.42 |
| Hex | 85 | 49 | 8F | 7 | 31 | 0 | 2C | 123 | 20 | 2A |
| Octal | 205 | 111 | 217 | 7 | 61 | 0 | 54 | 443 | 40 | 52 |
| Binary | 10000101 | 1001001 | 10001111 | 111 | 110001 | 0 | 101100 | 100100011 | 100000 | 101010 |
Color Harmonies of #85498F
Complementary color
Monochromatic Colors of #85498F
Black with #85498F
Text Example
Text Example
White with #85498F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85498F; }
p { color: rgb(133,73,143); }
H1.HeaderClassName
{
color: #85498F;
}
.AnyTagClassName
{
color: #85498F;
}
</style>
background-color css
<style>
a { background-color: #85498F; }
a { background-color: rgb(133,73,143); }
div.DivClassName
{
background-color: #85498F;
}
.BgClassName
{
background-color: #85498F;
}
</style>
border-color css
<style>
span { border-color: #85498F; }
span { border-color: rgb(133,73,143); }
td.TdClassName
{
border-color: #85498F;
}
.TagClassName
{
border-color: #85498F;
}
</style>