Shades of Vivid Violet #85199D
Tints of Vivid Violet #85199D
RGB
CMYK
RGB Variations
Color information
#85199D (or 0x85199D) is known color: Vivid Violet. HEX triplet: 85, 19 and 9D. RGB value is (133,25,157). Sum of RGB (Red+Green+Blue) = 133+25+157=315 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.22% from 315); Green value is 25 (10.16% from 255 or 7.94% from 315); Blue value is 157 (61.72% from 255 or 49.84% from 315); Max value from RGB is 157 - color contains mainly: blue. Hex color #85199D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #85199D is #7AE662. Grayscale: #474747. Windows color (decimal): -8054371 or 10295685. OLE color: 10295685.
HSL color Cylindrical-coordinate representation of color #85199D: hue angle of 289.09º 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 #85199D is Cyan = 0.15, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 133 | 25 | 157 | - |
| CMYK | 0.15 | 0.84 | 0 | 0.38 |
| HSL | 289.09º | 0.73% | 0.36% | - |
| HSV(B) | 289.09º | 0.84% | 0.62% | - |
| XYZ | 16.11 | 8.12 | 32.62 | - |
| YUV | 72.34 | 175.78 | 171.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 25 | 157 | 0.15 | 0.84 | 0 | 0.38 | 289.09 | 0.73 | 0.36 |
| Hex | 85 | 19 | 9D | F | 54 | 0 | 26 | 121 | 49 | 24 |
| Octal | 205 | 31 | 235 | 17 | 124 | 0 | 46 | 441 | 111 | 44 |
| Binary | 10000101 | 11001 | 10011101 | 1111 | 1010100 | 0 | 100110 | 100100001 | 1001001 | 100100 |
Color Harmonies of #85199D
Complementary color
Monochromatic Colors of #85199D
Black with #85199D
Text Example
Text Example
White with #85199D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85199D; }
p { color: rgb(133,25,157); }
H1.HeaderClassName
{
color: #85199D;
}
.AnyTagClassName
{
color: #85199D;
}
</style>
background-color css
<style>
a { background-color: #85199D; }
a { background-color: rgb(133,25,157); }
div.DivClassName
{
background-color: #85199D;
}
.BgClassName
{
background-color: #85199D;
}
</style>
border-color css
<style>
span { border-color: #85199D; }
span { border-color: rgb(133,25,157); }
td.TdClassName
{
border-color: #85199D;
}
.TagClassName
{
border-color: #85199D;
}
</style>