Shades of Vivid Violet #85359C
Tints of Vivid Violet #85359C
RGB
CMYK
RGB Variations
Color information
#85359C (or 0x85359C) is known color: Vivid Violet. HEX triplet: 85, 35 and 9C. RGB value is (133,53,156). Sum of RGB (Red+Green+Blue) = 133+53+156=342 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.89% from 342); Green value is 53 (21.09% from 255 or 15.50% from 342); Blue value is 156 (61.33% from 255 or 45.61% from 342); Max value from RGB is 156 - color contains mainly: blue. Hex color #85359C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85359C is #7ACA63. Grayscale: #585858. Windows color (decimal): -8047204 or 10237317. OLE color: 10237317.
HSL color Cylindrical-coordinate representation of color #85359C: hue angle of 286.6º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #85359C is Cyan = 0.15, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 133 | 53 | 156 | - |
| CMYK | 0.15 | 0.66 | 0 | 0.39 |
| HSL | 286.6º | 0.49% | 0.41% | - |
| HSV(B) | 286.6º | 0.66% | 0.61% | - |
| XYZ | 16.95 | 9.93 | 32.48 | - |
| YUV | 88.66 | 166 | 159.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 53 | 156 | 0.15 | 0.66 | 0 | 0.39 | 286.6 | 0.49 | 0.41 |
| Hex | 85 | 35 | 9C | F | 42 | 0 | 27 | 11F | 31 | 29 |
| Octal | 205 | 65 | 234 | 17 | 102 | 0 | 47 | 437 | 61 | 51 |
| Binary | 10000101 | 110101 | 10011100 | 1111 | 1000010 | 0 | 100111 | 100011111 | 110001 | 101001 |
Color Harmonies of #85359C
Complementary color
Monochromatic Colors of #85359C
Black with #85359C
Text Example
Text Example
White with #85359C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85359C; }
p { color: rgb(133,53,156); }
H1.HeaderClassName
{
color: #85359C;
}
.AnyTagClassName
{
color: #85359C;
}
</style>
background-color css
<style>
a { background-color: #85359C; }
a { background-color: rgb(133,53,156); }
div.DivClassName
{
background-color: #85359C;
}
.BgClassName
{
background-color: #85359C;
}
</style>
border-color css
<style>
span { border-color: #85359C; }
span { border-color: rgb(133,53,156); }
td.TdClassName
{
border-color: #85359C;
}
.TagClassName
{
border-color: #85359C;
}
</style>