Shades of Vivid Violet #853391
Tints of Vivid Violet #853391
RGB
CMYK
RGB Variations
Color information
#853391 (or 0x853391) is known color: Vivid Violet. HEX triplet: 85, 33 and 91. RGB value is (133,51,145). Sum of RGB (Red+Green+Blue) = 133+51+145=329 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.43% from 329); Green value is 51 (20.31% from 255 or 15.50% from 329); Blue value is 145 (57.03% from 255 or 44.07% from 329); Max value from RGB is 145 - color contains mainly: blue. Hex color #853391 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853391 is #7ACC6E. Grayscale: #555555. Windows color (decimal): -8047727 or 9515909. OLE color: 9515909.
HSL color Cylindrical-coordinate representation of color #853391: hue angle of 292.34º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #853391 is Cyan = 0.08, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 133 | 51 | 145 | - |
| CMYK | 0.08 | 0.65 | 0 | 0.43 |
| HSL | 292.34º | 0.48% | 0.38% | - |
| HSV(B) | 292.34º | 0.65% | 0.57% | - |
| XYZ | 15.97 | 9.4 | 27.76 | - |
| YUV | 86.23 | 161.17 | 161.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 51 | 145 | 0.08 | 0.65 | 0 | 0.43 | 292.34 | 0.48 | 0.38 |
| Hex | 85 | 33 | 91 | 8 | 41 | 0 | 2B | 124 | 30 | 26 |
| Octal | 205 | 63 | 221 | 10 | 101 | 0 | 53 | 444 | 60 | 46 |
| Binary | 10000101 | 110011 | 10010001 | 1000 | 1000001 | 0 | 101011 | 100100100 | 110000 | 100110 |
Color Harmonies of #853391
Complementary color
Monochromatic Colors of #853391
Black with #853391
Text Example
Text Example
White with #853391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853391; }
p { color: rgb(133,51,145); }
H1.HeaderClassName
{
color: #853391;
}
.AnyTagClassName
{
color: #853391;
}
</style>
background-color css
<style>
a { background-color: #853391; }
a { background-color: rgb(133,51,145); }
div.DivClassName
{
background-color: #853391;
}
.BgClassName
{
background-color: #853391;
}
</style>
border-color css
<style>
span { border-color: #853391; }
span { border-color: rgb(133,51,145); }
td.TdClassName
{
border-color: #853391;
}
.TagClassName
{
border-color: #853391;
}
</style>