Shades of Vivid Violet #853797
Tints of Vivid Violet #853797
RGB
CMYK
RGB Variations
Color information
#853797 (or 0x853797) is known color: Vivid Violet. HEX triplet: 85, 37 and 97. RGB value is (133,55,151). Sum of RGB (Red+Green+Blue) = 133+55+151=339 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.23% from 339); Green value is 55 (21.88% from 255 or 16.22% from 339); Blue value is 151 (59.38% from 255 or 44.54% from 339); Max value from RGB is 151 - color contains mainly: blue. Hex color #853797 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853797 is #7AC868. Grayscale: #585858. Windows color (decimal): -8046697 or 9910149. OLE color: 9910149.
HSL color Cylindrical-coordinate representation of color #853797: hue angle of 288.75º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #853797 is Cyan = 0.12, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 133 | 55 | 151 | - |
| CMYK | 0.12 | 0.64 | 0 | 0.41 |
| HSL | 288.75º | 0.47% | 0.4% | - |
| HSV(B) | 288.75º | 0.64% | 0.59% | - |
| XYZ | 16.62 | 9.95 | 30.32 | - |
| YUV | 89.27 | 162.84 | 159.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 55 | 151 | 0.12 | 0.64 | 0 | 0.41 | 288.75 | 0.47 | 0.4 |
| Hex | 85 | 37 | 97 | C | 40 | 0 | 29 | 121 | 2F | 28 |
| Octal | 205 | 67 | 227 | 14 | 100 | 0 | 51 | 441 | 57 | 50 |
| Binary | 10000101 | 110111 | 10010111 | 1100 | 1000000 | 0 | 101001 | 100100001 | 101111 | 101000 |
Color Harmonies of #853797
Complementary color
Monochromatic Colors of #853797
Black with #853797
Text Example
Text Example
White with #853797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853797; }
p { color: rgb(133,55,151); }
H1.HeaderClassName
{
color: #853797;
}
.AnyTagClassName
{
color: #853797;
}
</style>
background-color css
<style>
a { background-color: #853797; }
a { background-color: rgb(133,55,151); }
div.DivClassName
{
background-color: #853797;
}
.BgClassName
{
background-color: #853797;
}
</style>
border-color css
<style>
span { border-color: #853797; }
span { border-color: rgb(133,55,151); }
td.TdClassName
{
border-color: #853797;
}
.TagClassName
{
border-color: #853797;
}
</style>