Shades of Vivid Violet #854093
Tints of Vivid Violet #854093
RGB
CMYK
RGB Variations
Color information
#854093 (or 0x854093) is known color: Vivid Violet. HEX triplet: 85, 40 and 93. RGB value is (133,64,147). Sum of RGB (Red+Green+Blue) = 133+64+147=344 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.66% from 344); Green value is 64 (25.39% from 255 or 18.60% from 344); Blue value is 147 (57.81% from 255 or 42.73% from 344); Max value from RGB is 147 - color contains mainly: blue. Hex color #854093 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #854093 is #7ABF6C. Grayscale: #5D5D5D. Windows color (decimal): -8044397 or 9650309. OLE color: 9650309.
HSL color Cylindrical-coordinate representation of color #854093: hue angle of 289.88º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #854093 is Cyan = 0.10, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 133 | 64 | 147 | - |
| CMYK | 0.10 | 0.56 | 0 | 0.42 |
| HSL | 289.88º | 0.39% | 0.41% | - |
| HSV(B) | 289.88º | 0.56% | 0.58% | - |
| XYZ | 16.77 | 10.76 | 28.8 | - |
| YUV | 94.09 | 157.86 | 155.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 64 | 147 | 0.10 | 0.56 | 0 | 0.42 | 289.88 | 0.39 | 0.41 |
| Hex | 85 | 40 | 93 | A | 38 | 0 | 2A | 122 | 27 | 29 |
| Octal | 205 | 100 | 223 | 12 | 70 | 0 | 52 | 442 | 47 | 51 |
| Binary | 10000101 | 1000000 | 10010011 | 1010 | 111000 | 0 | 101010 | 100100010 | 100111 | 101001 |
Color Harmonies of #854093
Complementary color
Monochromatic Colors of #854093
Black with #854093
Text Example
Text Example
White with #854093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854093; }
p { color: rgb(133,64,147); }
H1.HeaderClassName
{
color: #854093;
}
.AnyTagClassName
{
color: #854093;
}
</style>
background-color css
<style>
a { background-color: #854093; }
a { background-color: rgb(133,64,147); }
div.DivClassName
{
background-color: #854093;
}
.BgClassName
{
background-color: #854093;
}
</style>
border-color css
<style>
span { border-color: #854093; }
span { border-color: rgb(133,64,147); }
td.TdClassName
{
border-color: #854093;
}
.TagClassName
{
border-color: #854093;
}
</style>