Shades of Vivid Violet #853991
Tints of Vivid Violet #853991
RGB
CMYK
RGB Variations
Color information
#853991 (or 0x853991) is known color: Vivid Violet. HEX triplet: 85, 39 and 91. RGB value is (133,57,145). Sum of RGB (Red+Green+Blue) = 133+57+145=335 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.70% from 335); Green value is 57 (22.66% from 255 or 17.01% from 335); Blue value is 145 (57.03% from 255 or 43.28% from 335); Max value from RGB is 145 - color contains mainly: blue. Hex color #853991 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853991 is #7AC66E. Grayscale: #595959. Windows color (decimal): -8046191 or 9517445. OLE color: 9517445.
HSL color Cylindrical-coordinate representation of color #853991: hue angle of 291.82º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #853991 is Cyan = 0.08, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 133 | 57 | 145 | - |
| CMYK | 0.08 | 0.61 | 0 | 0.43 |
| HSL | 291.82º | 0.44% | 0.4% | - |
| HSV(B) | 291.82º | 0.61% | 0.57% | - |
| XYZ | 16.25 | 9.96 | 27.85 | - |
| YUV | 89.76 | 159.18 | 158.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 57 | 145 | 0.08 | 0.61 | 0 | 0.43 | 291.82 | 0.44 | 0.4 |
| Hex | 85 | 39 | 91 | 8 | 3D | 0 | 2B | 124 | 2C | 28 |
| Octal | 205 | 71 | 221 | 10 | 75 | 0 | 53 | 444 | 54 | 50 |
| Binary | 10000101 | 111001 | 10010001 | 1000 | 111101 | 0 | 101011 | 100100100 | 101100 | 101000 |
Color Harmonies of #853991
Complementary color
Monochromatic Colors of #853991
Black with #853991
Text Example
Text Example
White with #853991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853991; }
p { color: rgb(133,57,145); }
H1.HeaderClassName
{
color: #853991;
}
.AnyTagClassName
{
color: #853991;
}
</style>
background-color css
<style>
a { background-color: #853991; }
a { background-color: rgb(133,57,145); }
div.DivClassName
{
background-color: #853991;
}
.BgClassName
{
background-color: #853991;
}
</style>
border-color css
<style>
span { border-color: #853991; }
span { border-color: rgb(133,57,145); }
td.TdClassName
{
border-color: #853991;
}
.TagClassName
{
border-color: #853991;
}
</style>