Shades of Vivid Violet #85319C
Tints of Vivid Violet #85319C
RGB
CMYK
RGB Variations
Color information
#85319C (or 0x85319C) is known color: Vivid Violet. HEX triplet: 85, 31 and 9C. RGB value is (133,49,156). Sum of RGB (Red+Green+Blue) = 133+49+156=338 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.35% from 338); Green value is 49 (19.53% from 255 or 14.50% from 338); Blue value is 156 (61.33% from 255 or 46.15% from 338); Max value from RGB is 156 - color contains mainly: blue. Hex color #85319C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85319C is #7ACE63. Grayscale: #555555. Windows color (decimal): -8048228 or 10236293. OLE color: 10236293.
HSL color Cylindrical-coordinate representation of color #85319C: hue angle of 287.1º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #85319C is Cyan = 0.15, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 133 | 49 | 156 | - |
| CMYK | 0.15 | 0.69 | 0 | 0.39 |
| HSL | 287.1º | 0.52% | 0.4% | - |
| HSV(B) | 287.1º | 0.69% | 0.61% | - |
| XYZ | 16.77 | 9.58 | 32.42 | - |
| YUV | 86.31 | 167.33 | 161.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 49 | 156 | 0.15 | 0.69 | 0 | 0.39 | 287.1 | 0.52 | 0.4 |
| Hex | 85 | 31 | 9C | F | 45 | 0 | 27 | 11F | 34 | 28 |
| Octal | 205 | 61 | 234 | 17 | 105 | 0 | 47 | 437 | 64 | 50 |
| Binary | 10000101 | 110001 | 10011100 | 1111 | 1000101 | 0 | 100111 | 100011111 | 110100 | 101000 |
Color Harmonies of #85319C
Complementary color
Monochromatic Colors of #85319C
Black with #85319C
Text Example
Text Example
White with #85319C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85319C; }
p { color: rgb(133,49,156); }
H1.HeaderClassName
{
color: #85319C;
}
.AnyTagClassName
{
color: #85319C;
}
</style>
background-color css
<style>
a { background-color: #85319C; }
a { background-color: rgb(133,49,156); }
div.DivClassName
{
background-color: #85319C;
}
.BgClassName
{
background-color: #85319C;
}
</style>
border-color css
<style>
span { border-color: #85319C; }
span { border-color: rgb(133,49,156); }
td.TdClassName
{
border-color: #85319C;
}
.TagClassName
{
border-color: #85319C;
}
</style>