Shades of Vivid Violet #85379E
Tints of Vivid Violet #85379E
RGB
CMYK
RGB Variations
Color information
#85379E (or 0x85379E) is known color: Vivid Violet. HEX triplet: 85, 37 and 9E. RGB value is (133,55,158). Sum of RGB (Red+Green+Blue) = 133+55+158=346 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.44% from 346); Green value is 55 (21.88% from 255 or 15.90% from 346); Blue value is 158 (62.11% from 255 or 45.66% from 346); Max value from RGB is 158 - color contains mainly: blue. Hex color #85379E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85379E is #7AC861. Grayscale: #595959. Windows color (decimal): -8046690 or 10368901. OLE color: 10368901.
HSL color Cylindrical-coordinate representation of color #85379E: hue angle of 285.44º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #85379E is Cyan = 0.16, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 133 | 55 | 158 | - |
| CMYK | 0.16 | 0.65 | 0 | 0.38 |
| HSL | 285.44º | 0.48% | 0.42% | - |
| HSV(B) | 285.44º | 0.65% | 0.62% | - |
| XYZ | 17.21 | 10.19 | 33.41 | - |
| YUV | 90.06 | 166.34 | 158.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 55 | 158 | 0.16 | 0.65 | 0 | 0.38 | 285.44 | 0.48 | 0.42 |
| Hex | 85 | 37 | 9E | 10 | 41 | 0 | 26 | 11D | 30 | 2A |
| Octal | 205 | 67 | 236 | 20 | 101 | 0 | 46 | 435 | 60 | 52 |
| Binary | 10000101 | 110111 | 10011110 | 10000 | 1000001 | 0 | 100110 | 100011101 | 110000 | 101010 |
Color Harmonies of #85379E
Complementary color
Monochromatic Colors of #85379E
Black with #85379E
Text Example
Text Example
White with #85379E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85379E; }
p { color: rgb(133,55,158); }
H1.HeaderClassName
{
color: #85379E;
}
.AnyTagClassName
{
color: #85379E;
}
</style>
background-color css
<style>
a { background-color: #85379E; }
a { background-color: rgb(133,55,158); }
div.DivClassName
{
background-color: #85379E;
}
.BgClassName
{
background-color: #85379E;
}
</style>
border-color css
<style>
span { border-color: #85379E; }
span { border-color: rgb(133,55,158); }
td.TdClassName
{
border-color: #85379E;
}
.TagClassName
{
border-color: #85379E;
}
</style>