Shades of Vivid Violet #85358C
Tints of Vivid Violet #85358C
RGB
CMYK
RGB Variations
Color information
#85358C (or 0x85358C) is known color: Vivid Violet. HEX triplet: 85, 35 and 8C. RGB value is (133,53,140). Sum of RGB (Red+Green+Blue) = 133+53+140=326 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.80% from 326); Green value is 53 (21.09% from 255 or 16.26% from 326); Blue value is 140 (55.08% from 255 or 42.94% from 326); Max value from RGB is 140 - color contains mainly: blue. Hex color #85358C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85358C is #7ACA73. Grayscale: #565656. Windows color (decimal): -8047220 or 9188741. OLE color: 9188741.
HSL color Cylindrical-coordinate representation of color #85358C: hue angle of 295.17º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #85358C is Cyan = 0.05, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 53 | 140 | - |
| CMYK | 0.05 | 0.62 | 0 | 0.45 |
| HSL | 295.17º | 0.45% | 0.38% | - |
| HSV(B) | 295.17º | 0.62% | 0.55% | - |
| XYZ | 15.68 | 9.43 | 25.8 | - |
| YUV | 86.84 | 158 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 53 | 140 | 0.05 | 0.62 | 0 | 0.45 | 295.17 | 0.45 | 0.38 |
| Hex | 85 | 35 | 8C | 5 | 3E | 0 | 2D | 127 | 2D | 26 |
| Octal | 205 | 65 | 214 | 5 | 76 | 0 | 55 | 447 | 55 | 46 |
| Binary | 10000101 | 110101 | 10001100 | 101 | 111110 | 0 | 101101 | 100100111 | 101101 | 100110 |
Color Harmonies of #85358C
Complementary color
Monochromatic Colors of #85358C
Black with #85358C
Text Example
Text Example
White with #85358C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85358C; }
p { color: rgb(133,53,140); }
H1.HeaderClassName
{
color: #85358C;
}
.AnyTagClassName
{
color: #85358C;
}
</style>
background-color css
<style>
a { background-color: #85358C; }
a { background-color: rgb(133,53,140); }
div.DivClassName
{
background-color: #85358C;
}
.BgClassName
{
background-color: #85358C;
}
</style>
border-color css
<style>
span { border-color: #85358C; }
span { border-color: rgb(133,53,140); }
td.TdClassName
{
border-color: #85358C;
}
.TagClassName
{
border-color: #85358C;
}
</style>