Shades of Vivid Violet #853F93
Tints of Vivid Violet #853F93
RGB
CMYK
RGB Variations
Color information
#853F93 (or 0x853F93) is known color: Vivid Violet. HEX triplet: 85, 3F and 93. RGB value is (133,63,147). Sum of RGB (Red+Green+Blue) = 133+63+147=343 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.78% from 343); Green value is 63 (25% from 255 or 18.37% from 343); Blue value is 147 (57.81% from 255 or 42.86% from 343); Max value from RGB is 147 - color contains mainly: blue. Hex color #853F93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853F93 is #7AC06C. Grayscale: #5D5D5D. Windows color (decimal): -8044653 or 9650053. OLE color: 9650053.
HSL color Cylindrical-coordinate representation of color #853F93: hue angle of 290º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #853F93 is Cyan = 0.10, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 133 | 63 | 147 | - |
| CMYK | 0.10 | 0.57 | 0 | 0.42 |
| HSL | 290º | 0.4% | 0.41% | - |
| HSV(B) | 290º | 0.57% | 0.58% | - |
| XYZ | 16.72 | 10.65 | 28.78 | - |
| YUV | 93.51 | 158.19 | 156.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 63 | 147 | 0.10 | 0.57 | 0 | 0.42 | 290 | 0.4 | 0.41 |
| Hex | 85 | 3F | 93 | A | 39 | 0 | 2A | 122 | 28 | 29 |
| Octal | 205 | 77 | 223 | 12 | 71 | 0 | 52 | 442 | 50 | 51 |
| Binary | 10000101 | 111111 | 10010011 | 1010 | 111001 | 0 | 101010 | 100100010 | 101000 | 101001 |
Color Harmonies of #853F93
Complementary color
Monochromatic Colors of #853F93
Black with #853F93
Text Example
Text Example
White with #853F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853F93; }
p { color: rgb(133,63,147); }
H1.HeaderClassName
{
color: #853F93;
}
.AnyTagClassName
{
color: #853F93;
}
</style>
background-color css
<style>
a { background-color: #853F93; }
a { background-color: rgb(133,63,147); }
div.DivClassName
{
background-color: #853F93;
}
.BgClassName
{
background-color: #853F93;
}
</style>
border-color css
<style>
span { border-color: #853F93; }
span { border-color: rgb(133,63,147); }
td.TdClassName
{
border-color: #853F93;
}
.TagClassName
{
border-color: #853F93;
}
</style>