Shades of Vivid Violet #85368C
Tints of Vivid Violet #85368C
RGB
CMYK
RGB Variations
Color information
#85368C (or 0x85368C) is known color: Vivid Violet. HEX triplet: 85, 36 and 8C. RGB value is (133,54,140). Sum of RGB (Red+Green+Blue) = 133+54+140=327 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.67% from 327); Green value is 54 (21.48% from 255 or 16.51% from 327); Blue value is 140 (55.08% from 255 or 42.81% from 327); Max value from RGB is 140 - color contains mainly: blue. Hex color #85368C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85368C is #7AC973. Grayscale: #575757. Windows color (decimal): -8046964 or 9188997. OLE color: 9188997.
HSL color Cylindrical-coordinate representation of color #85368C: hue angle of 295.12º 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 #85368C is Cyan = 0.05, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 54 | 140 | - |
| CMYK | 0.05 | 0.61 | 0 | 0.45 |
| HSL | 295.12º | 0.44% | 0.38% | - |
| HSV(B) | 295.12º | 0.61% | 0.55% | - |
| XYZ | 15.73 | 9.52 | 25.82 | - |
| YUV | 87.43 | 157.67 | 160.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 54 | 140 | 0.05 | 0.61 | 0 | 0.45 | 295.12 | 0.44 | 0.38 |
| Hex | 85 | 36 | 8C | 5 | 3D | 0 | 2D | 127 | 2C | 26 |
| Octal | 205 | 66 | 214 | 5 | 75 | 0 | 55 | 447 | 54 | 46 |
| Binary | 10000101 | 110110 | 10001100 | 101 | 111101 | 0 | 101101 | 100100111 | 101100 | 100110 |
Color Harmonies of #85368C
Complementary color
Monochromatic Colors of #85368C
Black with #85368C
Text Example
Text Example
White with #85368C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85368C; }
p { color: rgb(133,54,140); }
H1.HeaderClassName
{
color: #85368C;
}
.AnyTagClassName
{
color: #85368C;
}
</style>
background-color css
<style>
a { background-color: #85368C; }
a { background-color: rgb(133,54,140); }
div.DivClassName
{
background-color: #85368C;
}
.BgClassName
{
background-color: #85368C;
}
</style>
border-color css
<style>
span { border-color: #85368C; }
span { border-color: rgb(133,54,140); }
td.TdClassName
{
border-color: #85368C;
}
.TagClassName
{
border-color: #85368C;
}
</style>