Shades of Vivid Violet #853587
Tints of Vivid Violet #853587
RGB
CMYK
RGB Variations
Color information
#853587 (or 0x853587) is known color: Vivid Violet. HEX triplet: 85, 35 and 87. RGB value is (133,53,135). Sum of RGB (Red+Green+Blue) = 133+53+135=321 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.43% from 321); Green value is 53 (21.09% from 255 or 16.51% from 321); Blue value is 135 (53.12% from 255 or 42.06% from 321); Max value from RGB is 135 - color contains mainly: blue. Hex color #853587 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853587 is #7ACA78. Grayscale: #565656. Windows color (decimal): -8047225 or 8861061. OLE color: 8861061.
HSL color Cylindrical-coordinate representation of color #853587: hue angle of 298.54º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #853587 is Cyan = 0.01, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 133 | 53 | 135 | - |
| CMYK | 0.01 | 0.61 | 0 | 0.47 |
| HSL | 298.54º | 0.44% | 0.37% | - |
| HSV(B) | 298.54º | 0.61% | 0.53% | - |
| XYZ | 15.32 | 9.28 | 23.91 | - |
| YUV | 86.27 | 155.5 | 161.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 53 | 135 | 0.01 | 0.61 | 0 | 0.47 | 298.54 | 0.44 | 0.37 |
| Hex | 85 | 35 | 87 | 1 | 3D | 0 | 2F | 12B | 2C | 25 |
| Octal | 205 | 65 | 207 | 1 | 75 | 0 | 57 | 453 | 54 | 45 |
| Binary | 10000101 | 110101 | 10000111 | 1 | 111101 | 0 | 101111 | 100101011 | 101100 | 100101 |
Color Harmonies of #853587
Complementary color
Monochromatic Colors of #853587
Black with #853587
Text Example
Text Example
White with #853587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853587; }
p { color: rgb(133,53,135); }
H1.HeaderClassName
{
color: #853587;
}
.AnyTagClassName
{
color: #853587;
}
</style>
background-color css
<style>
a { background-color: #853587; }
a { background-color: rgb(133,53,135); }
div.DivClassName
{
background-color: #853587;
}
.BgClassName
{
background-color: #853587;
}
</style>
border-color css
<style>
span { border-color: #853587; }
span { border-color: rgb(133,53,135); }
td.TdClassName
{
border-color: #853587;
}
.TagClassName
{
border-color: #853587;
}
</style>