Shades of Vivid Violet #853790
Tints of Vivid Violet #853790
RGB
CMYK
RGB Variations
Color information
#853790 (or 0x853790) is known color: Vivid Violet. HEX triplet: 85, 37 and 90. RGB value is (133,55,144). Sum of RGB (Red+Green+Blue) = 133+55+144=332 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.06% from 332); Green value is 55 (21.88% from 255 or 16.57% from 332); Blue value is 144 (56.64% from 255 or 43.37% from 332); Max value from RGB is 144 - color contains mainly: blue. Hex color #853790 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853790 is #7AC86F. Grayscale: #585858. Windows color (decimal): -8046704 or 9451397. OLE color: 9451397.
HSL color Cylindrical-coordinate representation of color #853790: hue angle of 292.58º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #853790 is Cyan = 0.08, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 133 | 55 | 144 | - |
| CMYK | 0.08 | 0.62 | 0 | 0.44 |
| HSL | 292.58º | 0.45% | 0.39% | - |
| HSV(B) | 292.58º | 0.62% | 0.56% | - |
| XYZ | 16.07 | 9.73 | 27.42 | - |
| YUV | 88.47 | 159.34 | 159.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 55 | 144 | 0.08 | 0.62 | 0 | 0.44 | 292.58 | 0.45 | 0.39 |
| Hex | 85 | 37 | 90 | 8 | 3E | 0 | 2C | 125 | 2D | 27 |
| Octal | 205 | 67 | 220 | 10 | 76 | 0 | 54 | 445 | 55 | 47 |
| Binary | 10000101 | 110111 | 10010000 | 1000 | 111110 | 0 | 101100 | 100100101 | 101101 | 100111 |
Color Harmonies of #853790
Complementary color
Monochromatic Colors of #853790
Black with #853790
Text Example
Text Example
White with #853790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853790; }
p { color: rgb(133,55,144); }
H1.HeaderClassName
{
color: #853790;
}
.AnyTagClassName
{
color: #853790;
}
</style>
background-color css
<style>
a { background-color: #853790; }
a { background-color: rgb(133,55,144); }
div.DivClassName
{
background-color: #853790;
}
.BgClassName
{
background-color: #853790;
}
</style>
border-color css
<style>
span { border-color: #853790; }
span { border-color: rgb(133,55,144); }
td.TdClassName
{
border-color: #853790;
}
.TagClassName
{
border-color: #853790;
}
</style>