Shades of Vivid Violet #853FA0
Tints of Vivid Violet #853FA0
RGB
CMYK
RGB Variations
Color information
#853FA0 (or 0x853FA0) is known color: Vivid Violet. HEX triplet: 85, 3F and A0. RGB value is (133,63,160). Sum of RGB (Red+Green+Blue) = 133+63+160=356 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.36% from 356); Green value is 63 (25% from 255 or 17.70% from 356); Blue value is 160 (62.89% from 255 or 44.94% from 356); Max value from RGB is 160 - color contains mainly: blue. Hex color #853FA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853FA0 is #7AC05F. Grayscale: #5E5E5E. Windows color (decimal): -8044640 or 10502021. OLE color: 10502021.
HSL color Cylindrical-coordinate representation of color #853FA0: hue angle of 283.3º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #853FA0 is Cyan = 0.17, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 133 | 63 | 160 | - |
| CMYK | 0.17 | 0.61 | 0 | 0.37 |
| HSL | 283.3º | 0.43% | 0.44% | - |
| HSV(B) | 283.3º | 0.61% | 0.63% | - |
| XYZ | 17.8 | 11.08 | 34.46 | - |
| YUV | 94.99 | 164.69 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 63 | 160 | 0.17 | 0.61 | 0 | 0.37 | 283.3 | 0.43 | 0.44 |
| Hex | 85 | 3F | A0 | 11 | 3D | 0 | 25 | 11B | 2B | 2C |
| Octal | 205 | 77 | 240 | 21 | 75 | 0 | 45 | 433 | 53 | 54 |
| Binary | 10000101 | 111111 | 10100000 | 10001 | 111101 | 0 | 100101 | 100011011 | 101011 | 101100 |
Color Harmonies of #853FA0
Complementary color
Monochromatic Colors of #853FA0
Black with #853FA0
Text Example
Text Example
White with #853FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853FA0; }
p { color: rgb(133,63,160); }
H1.HeaderClassName
{
color: #853FA0;
}
.AnyTagClassName
{
color: #853FA0;
}
</style>
background-color css
<style>
a { background-color: #853FA0; }
a { background-color: rgb(133,63,160); }
div.DivClassName
{
background-color: #853FA0;
}
.BgClassName
{
background-color: #853FA0;
}
</style>
border-color css
<style>
span { border-color: #853FA0; }
span { border-color: rgb(133,63,160); }
td.TdClassName
{
border-color: #853FA0;
}
.TagClassName
{
border-color: #853FA0;
}
</style>