Shades of Vivid Violet #853593
Tints of Vivid Violet #853593
RGB
CMYK
RGB Variations
Color information
#853593 (or 0x853593) is known color: Vivid Violet. HEX triplet: 85, 35 and 93. RGB value is (133,53,147). Sum of RGB (Red+Green+Blue) = 133+53+147=333 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.94% from 333); Green value is 53 (21.09% from 255 or 15.92% from 333); Blue value is 147 (57.81% from 255 or 44.14% from 333); Max value from RGB is 147 - color contains mainly: blue. Hex color #853593 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853593 is #7ACA6C. Grayscale: #575757. Windows color (decimal): -8047213 or 9647493. OLE color: 9647493.
HSL color Cylindrical-coordinate representation of color #853593: hue angle of 291.06º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #853593 is Cyan = 0.10, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 133 | 53 | 147 | - |
| CMYK | 0.10 | 0.64 | 0 | 0.42 |
| HSL | 291.06º | 0.47% | 0.39% | - |
| HSV(B) | 291.06º | 0.64% | 0.58% | - |
| XYZ | 16.21 | 9.64 | 28.61 | - |
| YUV | 87.64 | 161.5 | 160.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 53 | 147 | 0.10 | 0.64 | 0 | 0.42 | 291.06 | 0.47 | 0.39 |
| Hex | 85 | 35 | 93 | A | 40 | 0 | 2A | 123 | 2F | 27 |
| Octal | 205 | 65 | 223 | 12 | 100 | 0 | 52 | 443 | 57 | 47 |
| Binary | 10000101 | 110101 | 10010011 | 1010 | 1000000 | 0 | 101010 | 100100011 | 101111 | 100111 |
Color Harmonies of #853593
Complementary color
Monochromatic Colors of #853593
Black with #853593
Text Example
Text Example
White with #853593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853593; }
p { color: rgb(133,53,147); }
H1.HeaderClassName
{
color: #853593;
}
.AnyTagClassName
{
color: #853593;
}
</style>
background-color css
<style>
a { background-color: #853593; }
a { background-color: rgb(133,53,147); }
div.DivClassName
{
background-color: #853593;
}
.BgClassName
{
background-color: #853593;
}
</style>
border-color css
<style>
span { border-color: #853593; }
span { border-color: rgb(133,53,147); }
td.TdClassName
{
border-color: #853593;
}
.TagClassName
{
border-color: #853593;
}
</style>