Shades of Vivid Violet #853B9E
Tints of Vivid Violet #853B9E
RGB
CMYK
RGB Variations
Color information
#853B9E (or 0x853B9E) is known color: Vivid Violet. HEX triplet: 85, 3B and 9E. RGB value is (133,59,158). Sum of RGB (Red+Green+Blue) = 133+59+158=350 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38% from 350); Green value is 59 (23.44% from 255 or 16.86% from 350); Blue value is 158 (62.11% from 255 or 45.14% from 350); Max value from RGB is 158 - color contains mainly: blue. Hex color #853B9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853B9E is #7AC461. Grayscale: #5C5C5C. Windows color (decimal): -8045666 or 10369925. OLE color: 10369925.
HSL color Cylindrical-coordinate representation of color #853B9E: hue angle of 284.85º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #853B9E is Cyan = 0.16, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 133 | 59 | 158 | - |
| CMYK | 0.16 | 0.63 | 0 | 0.38 |
| HSL | 284.85º | 0.46% | 0.43% | - |
| HSV(B) | 284.85º | 0.63% | 0.62% | - |
| XYZ | 17.41 | 10.58 | 33.47 | - |
| YUV | 92.41 | 165.02 | 156.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 59 | 158 | 0.16 | 0.63 | 0 | 0.38 | 284.85 | 0.46 | 0.43 |
| Hex | 85 | 3B | 9E | 10 | 3F | 0 | 26 | 11D | 2E | 2B |
| Octal | 205 | 73 | 236 | 20 | 77 | 0 | 46 | 435 | 56 | 53 |
| Binary | 10000101 | 111011 | 10011110 | 10000 | 111111 | 0 | 100110 | 100011101 | 101110 | 101011 |
Color Harmonies of #853B9E
Complementary color
Monochromatic Colors of #853B9E
Black with #853B9E
Text Example
Text Example
White with #853B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853B9E; }
p { color: rgb(133,59,158); }
H1.HeaderClassName
{
color: #853B9E;
}
.AnyTagClassName
{
color: #853B9E;
}
</style>
background-color css
<style>
a { background-color: #853B9E; }
a { background-color: rgb(133,59,158); }
div.DivClassName
{
background-color: #853B9E;
}
.BgClassName
{
background-color: #853B9E;
}
</style>
border-color css
<style>
span { border-color: #853B9E; }
span { border-color: rgb(133,59,158); }
td.TdClassName
{
border-color: #853B9E;
}
.TagClassName
{
border-color: #853B9E;
}
</style>