Shades of Vivid Violet #85199E
Tints of Vivid Violet #85199E
RGB
CMYK
RGB Variations
Color information
#85199E (or 0x85199E) is known color: Vivid Violet. HEX triplet: 85, 19 and 9E. RGB value is (133,25,158). Sum of RGB (Red+Green+Blue) = 133+25+158=316 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.09% from 316); Green value is 25 (10.16% from 255 or 7.91% from 316); Blue value is 158 (62.11% from 255 or 50% from 316); Max value from RGB is 158 - color contains mainly: blue. Hex color #85199E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #85199E is #7AE661. Grayscale: #484848. Windows color (decimal): -8054370 or 10361221. OLE color: 10361221.
HSL color Cylindrical-coordinate representation of color #85199E: hue angle of 288.72º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #85199E is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 133 | 25 | 158 | - |
| CMYK | 0.16 | 0.84 | 0 | 0.38 |
| HSL | 288.72º | 0.73% | 0.36% | - |
| HSV(B) | 288.72º | 0.84% | 0.62% | - |
| XYZ | 16.19 | 8.15 | 33.07 | - |
| YUV | 72.45 | 176.28 | 171.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 25 | 158 | 0.16 | 0.84 | 0 | 0.38 | 288.72 | 0.73 | 0.36 |
| Hex | 85 | 19 | 9E | 10 | 54 | 0 | 26 | 121 | 49 | 24 |
| Octal | 205 | 31 | 236 | 20 | 124 | 0 | 46 | 441 | 111 | 44 |
| Binary | 10000101 | 11001 | 10011110 | 10000 | 1010100 | 0 | 100110 | 100100001 | 1001001 | 100100 |
Color Harmonies of #85199E
Complementary color
Monochromatic Colors of #85199E
Black with #85199E
Text Example
Text Example
White with #85199E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85199E; }
p { color: rgb(133,25,158); }
H1.HeaderClassName
{
color: #85199E;
}
.AnyTagClassName
{
color: #85199E;
}
</style>
background-color css
<style>
a { background-color: #85199E; }
a { background-color: rgb(133,25,158); }
div.DivClassName
{
background-color: #85199E;
}
.BgClassName
{
background-color: #85199E;
}
</style>
border-color css
<style>
span { border-color: #85199E; }
span { border-color: rgb(133,25,158); }
td.TdClassName
{
border-color: #85199E;
}
.TagClassName
{
border-color: #85199E;
}
</style>