Shades of Vivid Violet #85378C
Tints of Vivid Violet #85378C
RGB
CMYK
RGB Variations
Color information
#85378C (or 0x85378C) is known color: Vivid Violet. HEX triplet: 85, 37 and 8C. RGB value is (133,55,140). Sum of RGB (Red+Green+Blue) = 133+55+140=328 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.55% from 328); Green value is 55 (21.88% from 255 or 16.77% from 328); Blue value is 140 (55.08% from 255 or 42.68% from 328); Max value from RGB is 140 - color contains mainly: blue. Hex color #85378C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85378C is #7AC873. Grayscale: #575757. Windows color (decimal): -8046708 or 9189253. OLE color: 9189253.
HSL color Cylindrical-coordinate representation of color #85378C: hue angle of 295.06º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #85378C is Cyan = 0.05, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 55 | 140 | - |
| CMYK | 0.05 | 0.61 | 0 | 0.45 |
| HSL | 295.06º | 0.44% | 0.38% | - |
| HSV(B) | 295.06º | 0.61% | 0.55% | - |
| XYZ | 15.77 | 9.61 | 25.84 | - |
| YUV | 88.01 | 157.34 | 160.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 55 | 140 | 0.05 | 0.61 | 0 | 0.45 | 295.06 | 0.44 | 0.38 |
| Hex | 85 | 37 | 8C | 5 | 3D | 0 | 2D | 127 | 2C | 26 |
| Octal | 205 | 67 | 214 | 5 | 75 | 0 | 55 | 447 | 54 | 46 |
| Binary | 10000101 | 110111 | 10001100 | 101 | 111101 | 0 | 101101 | 100100111 | 101100 | 100110 |
Color Harmonies of #85378C
Complementary color
Monochromatic Colors of #85378C
Black with #85378C
Text Example
Text Example
White with #85378C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85378C; }
p { color: rgb(133,55,140); }
H1.HeaderClassName
{
color: #85378C;
}
.AnyTagClassName
{
color: #85378C;
}
</style>
background-color css
<style>
a { background-color: #85378C; }
a { background-color: rgb(133,55,140); }
div.DivClassName
{
background-color: #85378C;
}
.BgClassName
{
background-color: #85378C;
}
</style>
border-color css
<style>
span { border-color: #85378C; }
span { border-color: rgb(133,55,140); }
td.TdClassName
{
border-color: #85378C;
}
.TagClassName
{
border-color: #85378C;
}
</style>