Shades of Vivid Violet #85378D
Tints of Vivid Violet #85378D
RGB
CMYK
RGB Variations
Color information
#85378D (or 0x85378D) is known color: Vivid Violet. HEX triplet: 85, 37 and 8D. RGB value is (133,55,141). Sum of RGB (Red+Green+Blue) = 133+55+141=329 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.43% from 329); Green value is 55 (21.88% from 255 or 16.72% from 329); Blue value is 141 (55.47% from 255 or 42.86% from 329); Max value from RGB is 141 - color contains mainly: blue. Hex color #85378D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85378D is #7AC872. Grayscale: #575757. Windows color (decimal): -8046707 or 9254789. OLE color: 9254789.
HSL color Cylindrical-coordinate representation of color #85378D: hue angle of 294.42º 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 #85378D is Cyan = 0.06, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 55 | 141 | - |
| CMYK | 0.06 | 0.61 | 0 | 0.45 |
| HSL | 294.42º | 0.44% | 0.38% | - |
| HSV(B) | 294.42º | 0.61% | 0.55% | - |
| XYZ | 15.85 | 9.64 | 26.23 | - |
| YUV | 88.13 | 157.84 | 160.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 55 | 141 | 0.06 | 0.61 | 0 | 0.45 | 294.42 | 0.44 | 0.38 |
| Hex | 85 | 37 | 8D | 6 | 3D | 0 | 2D | 126 | 2C | 26 |
| Octal | 205 | 67 | 215 | 6 | 75 | 0 | 55 | 446 | 54 | 46 |
| Binary | 10000101 | 110111 | 10001101 | 110 | 111101 | 0 | 101101 | 100100110 | 101100 | 100110 |
Color Harmonies of #85378D
Complementary color
Monochromatic Colors of #85378D
Black with #85378D
Text Example
Text Example
White with #85378D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85378D; }
p { color: rgb(133,55,141); }
H1.HeaderClassName
{
color: #85378D;
}
.AnyTagClassName
{
color: #85378D;
}
</style>
background-color css
<style>
a { background-color: #85378D; }
a { background-color: rgb(133,55,141); }
div.DivClassName
{
background-color: #85378D;
}
.BgClassName
{
background-color: #85378D;
}
</style>
border-color css
<style>
span { border-color: #85378D; }
span { border-color: rgb(133,55,141); }
td.TdClassName
{
border-color: #85378D;
}
.TagClassName
{
border-color: #85378D;
}
</style>