Shades of Vivid Violet #853093
Tints of Vivid Violet #853093
RGB
CMYK
RGB Variations
Color information
#853093 (or 0x853093) is known color: Vivid Violet. HEX triplet: 85, 30 and 93. RGB value is (133,48,147). Sum of RGB (Red+Green+Blue) = 133+48+147=328 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.55% from 328); Green value is 48 (19.14% from 255 or 14.63% from 328); Blue value is 147 (57.81% from 255 or 44.82% from 328); Max value from RGB is 147 - color contains mainly: blue. Hex color #853093 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853093 is #7ACF6C. Grayscale: #545454. Windows color (decimal): -8048493 or 9646213. OLE color: 9646213.
HSL color Cylindrical-coordinate representation of color #853093: hue angle of 291.52º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #853093 is Cyan = 0.10, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 133 | 48 | 147 | - |
| CMYK | 0.10 | 0.67 | 0 | 0.42 |
| HSL | 291.52º | 0.51% | 0.38% | - |
| HSV(B) | 291.52º | 0.67% | 0.58% | - |
| XYZ | 16 | 9.21 | 28.54 | - |
| YUV | 84.7 | 163.16 | 162.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 48 | 147 | 0.10 | 0.67 | 0 | 0.42 | 291.52 | 0.51 | 0.38 |
| Hex | 85 | 30 | 93 | A | 43 | 0 | 2A | 124 | 33 | 26 |
| Octal | 205 | 60 | 223 | 12 | 103 | 0 | 52 | 444 | 63 | 46 |
| Binary | 10000101 | 110000 | 10010011 | 1010 | 1000011 | 0 | 101010 | 100100100 | 110011 | 100110 |
Color Harmonies of #853093
Complementary color
Monochromatic Colors of #853093
Black with #853093
Text Example
Text Example
White with #853093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853093; }
p { color: rgb(133,48,147); }
H1.HeaderClassName
{
color: #853093;
}
.AnyTagClassName
{
color: #853093;
}
</style>
background-color css
<style>
a { background-color: #853093; }
a { background-color: rgb(133,48,147); }
div.DivClassName
{
background-color: #853093;
}
.BgClassName
{
background-color: #853093;
}
</style>
border-color css
<style>
span { border-color: #853093; }
span { border-color: rgb(133,48,147); }
td.TdClassName
{
border-color: #853093;
}
.TagClassName
{
border-color: #853093;
}
</style>