Shades of Vivid Violet #854593
Tints of Vivid Violet #854593
RGB
CMYK
RGB Variations
Color information
#854593 (or 0x854593) is known color: Vivid Violet. HEX triplet: 85, 45 and 93. RGB value is (133,69,147). Sum of RGB (Red+Green+Blue) = 133+69+147=349 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.11% from 349); Green value is 69 (27.34% from 255 or 19.77% from 349); Blue value is 147 (57.81% from 255 or 42.12% from 349); Max value from RGB is 147 - color contains mainly: blue. Hex color #854593 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #854593 is #7ABA6C. Grayscale: #606060. Windows color (decimal): -8043117 or 9651589. OLE color: 9651589.
HSL color Cylindrical-coordinate representation of color #854593: hue angle of 289.23º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #854593 is Cyan = 0.10, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 133 | 69 | 147 | - |
| CMYK | 0.10 | 0.53 | 0 | 0.42 |
| HSL | 289.23º | 0.36% | 0.42% | - |
| HSV(B) | 289.23º | 0.53% | 0.58% | - |
| XYZ | 17.07 | 11.35 | 28.89 | - |
| YUV | 97.03 | 156.2 | 153.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 69 | 147 | 0.10 | 0.53 | 0 | 0.42 | 289.23 | 0.36 | 0.42 |
| Hex | 85 | 45 | 93 | A | 35 | 0 | 2A | 121 | 24 | 2A |
| Octal | 205 | 105 | 223 | 12 | 65 | 0 | 52 | 441 | 44 | 52 |
| Binary | 10000101 | 1000101 | 10010011 | 1010 | 110101 | 0 | 101010 | 100100001 | 100100 | 101010 |
Color Harmonies of #854593
Complementary color
Monochromatic Colors of #854593
Black with #854593
Text Example
Text Example
White with #854593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854593; }
p { color: rgb(133,69,147); }
H1.HeaderClassName
{
color: #854593;
}
.AnyTagClassName
{
color: #854593;
}
</style>
background-color css
<style>
a { background-color: #854593; }
a { background-color: rgb(133,69,147); }
div.DivClassName
{
background-color: #854593;
}
.BgClassName
{
background-color: #854593;
}
</style>
border-color css
<style>
span { border-color: #854593; }
span { border-color: rgb(133,69,147); }
td.TdClassName
{
border-color: #854593;
}
.TagClassName
{
border-color: #854593;
}
</style>