Shades of Vivid Violet #853D96
Tints of Vivid Violet #853D96
RGB
CMYK
RGB Variations
Color information
#853D96 (or 0x853D96) is known color: Vivid Violet. HEX triplet: 85, 3D and 96. RGB value is (133,61,150). Sum of RGB (Red+Green+Blue) = 133+61+150=344 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.66% from 344); Green value is 61 (24.22% from 255 or 17.73% from 344); Blue value is 150 (58.98% from 255 or 43.60% from 344); Max value from RGB is 150 - color contains mainly: blue. Hex color #853D96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853D96 is #7AC269. Grayscale: #5C5C5C. Windows color (decimal): -8045162 or 9846149. OLE color: 9846149.
HSL color Cylindrical-coordinate representation of color #853D96: hue angle of 288.54º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #853D96 is Cyan = 0.11, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 133 | 61 | 150 | - |
| CMYK | 0.11 | 0.59 | 0 | 0.41 |
| HSL | 288.54º | 0.42% | 0.41% | - |
| HSV(B) | 288.54º | 0.59% | 0.59% | - |
| XYZ | 16.85 | 10.53 | 30 | - |
| YUV | 92.67 | 160.35 | 156.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 61 | 150 | 0.11 | 0.59 | 0 | 0.41 | 288.54 | 0.42 | 0.41 |
| Hex | 85 | 3D | 96 | B | 3B | 0 | 29 | 121 | 2A | 29 |
| Octal | 205 | 75 | 226 | 13 | 73 | 0 | 51 | 441 | 52 | 51 |
| Binary | 10000101 | 111101 | 10010110 | 1011 | 111011 | 0 | 101001 | 100100001 | 101010 | 101001 |
Color Harmonies of #853D96
Complementary color
Monochromatic Colors of #853D96
Black with #853D96
Text Example
Text Example
White with #853D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853D96; }
p { color: rgb(133,61,150); }
H1.HeaderClassName
{
color: #853D96;
}
.AnyTagClassName
{
color: #853D96;
}
</style>
background-color css
<style>
a { background-color: #853D96; }
a { background-color: rgb(133,61,150); }
div.DivClassName
{
background-color: #853D96;
}
.BgClassName
{
background-color: #853D96;
}
</style>
border-color css
<style>
span { border-color: #853D96; }
span { border-color: rgb(133,61,150); }
td.TdClassName
{
border-color: #853D96;
}
.TagClassName
{
border-color: #853D96;
}
</style>