Shades of Vivid Violet #85378B
Tints of Vivid Violet #85378B
RGB
CMYK
RGB Variations
Color information
#85378B (or 0x85378B) is known color: Vivid Violet. HEX triplet: 85, 37 and 8B. RGB value is (133,55,139). Sum of RGB (Red+Green+Blue) = 133+55+139=327 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.67% from 327); Green value is 55 (21.88% from 255 or 16.82% from 327); Blue value is 139 (54.69% from 255 or 42.51% from 327); Max value from RGB is 139 - color contains mainly: blue. Hex color #85378B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85378B is #7AC874. Grayscale: #575757. Windows color (decimal): -8046709 or 9123717. OLE color: 9123717.
HSL color Cylindrical-coordinate representation of color #85378B: hue angle of 295.71º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #85378B is Cyan = 0.04, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 55 | 139 | - |
| CMYK | 0.04 | 0.60 | 0 | 0.45 |
| HSL | 295.71º | 0.43% | 0.38% | - |
| HSV(B) | 295.71º | 0.6% | 0.55% | - |
| XYZ | 15.7 | 9.58 | 25.45 | - |
| YUV | 87.9 | 156.84 | 160.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 55 | 139 | 0.04 | 0.60 | 0 | 0.45 | 295.71 | 0.43 | 0.38 |
| Hex | 85 | 37 | 8B | 4 | 3C | 0 | 2D | 128 | 2B | 26 |
| Octal | 205 | 67 | 213 | 4 | 74 | 0 | 55 | 450 | 53 | 46 |
| Binary | 10000101 | 110111 | 10001011 | 100 | 111100 | 0 | 101101 | 100101000 | 101011 | 100110 |
Color Harmonies of #85378B
Complementary color
Monochromatic Colors of #85378B
Black with #85378B
Text Example
Text Example
White with #85378B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85378B; }
p { color: rgb(133,55,139); }
H1.HeaderClassName
{
color: #85378B;
}
.AnyTagClassName
{
color: #85378B;
}
</style>
background-color css
<style>
a { background-color: #85378B; }
a { background-color: rgb(133,55,139); }
div.DivClassName
{
background-color: #85378B;
}
.BgClassName
{
background-color: #85378B;
}
</style>
border-color css
<style>
span { border-color: #85378B; }
span { border-color: rgb(133,55,139); }
td.TdClassName
{
border-color: #85378B;
}
.TagClassName
{
border-color: #85378B;
}
</style>