Shades of Vivid Violet #853F91
Tints of Vivid Violet #853F91
RGB
CMYK
RGB Variations
Color information
#853F91 (or 0x853F91) is known color: Vivid Violet. HEX triplet: 85, 3F and 91. RGB value is (133,63,145). Sum of RGB (Red+Green+Blue) = 133+63+145=341 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.00% from 341); Green value is 63 (25% from 255 or 18.48% from 341); Blue value is 145 (57.03% from 255 or 42.52% from 341); Max value from RGB is 145 - color contains mainly: blue. Hex color #853F91 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853F91 is #7AC06E. Grayscale: #5D5D5D. Windows color (decimal): -8044655 or 9518981. OLE color: 9518981.
HSL color Cylindrical-coordinate representation of color #853F91: hue angle of 291.22º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #853F91 is Cyan = 0.08, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 133 | 63 | 145 | - |
| CMYK | 0.08 | 0.57 | 0 | 0.43 |
| HSL | 291.22º | 0.39% | 0.41% | - |
| HSV(B) | 291.22º | 0.57% | 0.57% | - |
| XYZ | 16.56 | 10.59 | 27.96 | - |
| YUV | 93.28 | 157.19 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 63 | 145 | 0.08 | 0.57 | 0 | 0.43 | 291.22 | 0.39 | 0.41 |
| Hex | 85 | 3F | 91 | 8 | 39 | 0 | 2B | 123 | 27 | 29 |
| Octal | 205 | 77 | 221 | 10 | 71 | 0 | 53 | 443 | 47 | 51 |
| Binary | 10000101 | 111111 | 10010001 | 1000 | 111001 | 0 | 101011 | 100100011 | 100111 | 101001 |
Color Harmonies of #853F91
Complementary color
Monochromatic Colors of #853F91
Black with #853F91
Text Example
Text Example
White with #853F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853F91; }
p { color: rgb(133,63,145); }
H1.HeaderClassName
{
color: #853F91;
}
.AnyTagClassName
{
color: #853F91;
}
</style>
background-color css
<style>
a { background-color: #853F91; }
a { background-color: rgb(133,63,145); }
div.DivClassName
{
background-color: #853F91;
}
.BgClassName
{
background-color: #853F91;
}
</style>
border-color css
<style>
span { border-color: #853F91; }
span { border-color: rgb(133,63,145); }
td.TdClassName
{
border-color: #853F91;
}
.TagClassName
{
border-color: #853F91;
}
</style>