Shades of Vivid Violet #85359D
Tints of Vivid Violet #85359D
RGB
CMYK
RGB Variations
Color information
#85359D (or 0x85359D) is known color: Vivid Violet. HEX triplet: 85, 35 and 9D. RGB value is (133,53,157). Sum of RGB (Red+Green+Blue) = 133+53+157=343 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.78% from 343); Green value is 53 (21.09% from 255 or 15.45% from 343); Blue value is 157 (61.72% from 255 or 45.77% from 343); Max value from RGB is 157 - color contains mainly: blue. Hex color #85359D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85359D is #7ACA62. Grayscale: #585858. Windows color (decimal): -8047203 or 10302853. OLE color: 10302853.
HSL color Cylindrical-coordinate representation of color #85359D: hue angle of 286.15º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #85359D is Cyan = 0.15, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 133 | 53 | 157 | - |
| CMYK | 0.15 | 0.66 | 0 | 0.38 |
| HSL | 286.15º | 0.5% | 0.41% | - |
| HSV(B) | 286.15º | 0.66% | 0.62% | - |
| XYZ | 17.03 | 9.97 | 32.92 | - |
| YUV | 88.78 | 166.5 | 159.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 53 | 157 | 0.15 | 0.66 | 0 | 0.38 | 286.15 | 0.5 | 0.41 |
| Hex | 85 | 35 | 9D | F | 42 | 0 | 26 | 11E | 32 | 29 |
| Octal | 205 | 65 | 235 | 17 | 102 | 0 | 46 | 436 | 62 | 51 |
| Binary | 10000101 | 110101 | 10011101 | 1111 | 1000010 | 0 | 100110 | 100011110 | 110010 | 101001 |
Color Harmonies of #85359D
Complementary color
Monochromatic Colors of #85359D
Black with #85359D
Text Example
Text Example
White with #85359D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85359D; }
p { color: rgb(133,53,157); }
H1.HeaderClassName
{
color: #85359D;
}
.AnyTagClassName
{
color: #85359D;
}
</style>
background-color css
<style>
a { background-color: #85359D; }
a { background-color: rgb(133,53,157); }
div.DivClassName
{
background-color: #85359D;
}
.BgClassName
{
background-color: #85359D;
}
</style>
border-color css
<style>
span { border-color: #85359D; }
span { border-color: rgb(133,53,157); }
td.TdClassName
{
border-color: #85359D;
}
.TagClassName
{
border-color: #85359D;
}
</style>