Shades of Vivid Violet #853A9E
Tints of Vivid Violet #853A9E
RGB
CMYK
RGB Variations
Color information
#853A9E (or 0x853A9E) is known color: Vivid Violet. HEX triplet: 85, 3A and 9E. RGB value is (133,58,158). Sum of RGB (Red+Green+Blue) = 133+58+158=349 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.11% from 349); Green value is 58 (23.05% from 255 or 16.62% from 349); Blue value is 158 (62.11% from 255 or 45.27% from 349); Max value from RGB is 158 - color contains mainly: blue. Hex color #853A9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853A9E is #7AC561. Grayscale: #5B5B5B. Windows color (decimal): -8045922 or 10369669. OLE color: 10369669.
HSL color Cylindrical-coordinate representation of color #853A9E: hue angle of 285º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #853A9E is Cyan = 0.16, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 133 | 58 | 158 | - |
| CMYK | 0.16 | 0.63 | 0 | 0.38 |
| HSL | 285º | 0.46% | 0.42% | - |
| HSV(B) | 285º | 0.63% | 0.62% | - |
| XYZ | 17.36 | 10.48 | 33.46 | - |
| YUV | 91.83 | 165.35 | 157.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 58 | 158 | 0.16 | 0.63 | 0 | 0.38 | 285 | 0.46 | 0.42 |
| Hex | 85 | 3A | 9E | 10 | 3F | 0 | 26 | 11D | 2E | 2A |
| Octal | 205 | 72 | 236 | 20 | 77 | 0 | 46 | 435 | 56 | 52 |
| Binary | 10000101 | 111010 | 10011110 | 10000 | 111111 | 0 | 100110 | 100011101 | 101110 | 101010 |
Color Harmonies of #853A9E
Complementary color
Monochromatic Colors of #853A9E
Black with #853A9E
Text Example
Text Example
White with #853A9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853A9E; }
p { color: rgb(133,58,158); }
H1.HeaderClassName
{
color: #853A9E;
}
.AnyTagClassName
{
color: #853A9E;
}
</style>
background-color css
<style>
a { background-color: #853A9E; }
a { background-color: rgb(133,58,158); }
div.DivClassName
{
background-color: #853A9E;
}
.BgClassName
{
background-color: #853A9E;
}
</style>
border-color css
<style>
span { border-color: #853A9E; }
span { border-color: rgb(133,58,158); }
td.TdClassName
{
border-color: #853A9E;
}
.TagClassName
{
border-color: #853A9E;
}
</style>