Shades of Vivid Violet #854099
Tints of Vivid Violet #854099
RGB
CMYK
RGB Variations
Color information
#854099 (or 0x854099) is known color: Vivid Violet. HEX triplet: 85, 40 and 99. RGB value is (133,64,153). Sum of RGB (Red+Green+Blue) = 133+64+153=350 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38% from 350); Green value is 64 (25.39% from 255 or 18.29% from 350); Blue value is 153 (60.16% from 255 or 43.71% from 350); Max value from RGB is 153 - color contains mainly: blue. Hex color #854099 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #854099 is #7ABF66. Grayscale: #5E5E5E. Windows color (decimal): -8044391 or 10043525. OLE color: 10043525.
HSL color Cylindrical-coordinate representation of color #854099: hue angle of 286.52º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #854099 is Cyan = 0.13, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 133 | 64 | 153 | - |
| CMYK | 0.13 | 0.58 | 0 | 0.4 |
| HSL | 286.52º | 0.41% | 0.43% | - |
| HSV(B) | 286.52º | 0.58% | 0.6% | - |
| XYZ | 17.26 | 10.95 | 31.34 | - |
| YUV | 94.78 | 160.86 | 155.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 64 | 153 | 0.13 | 0.58 | 0 | 0.4 | 286.52 | 0.41 | 0.43 |
| Hex | 85 | 40 | 99 | D | 3A | 0 | 28 | 11F | 29 | 2B |
| Octal | 205 | 100 | 231 | 15 | 72 | 0 | 50 | 437 | 51 | 53 |
| Binary | 10000101 | 1000000 | 10011001 | 1101 | 111010 | 0 | 101000 | 100011111 | 101001 | 101011 |
Color Harmonies of #854099
Complementary color
Monochromatic Colors of #854099
Black with #854099
Text Example
Text Example
White with #854099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854099; }
p { color: rgb(133,64,153); }
H1.HeaderClassName
{
color: #854099;
}
.AnyTagClassName
{
color: #854099;
}
</style>
background-color css
<style>
a { background-color: #854099; }
a { background-color: rgb(133,64,153); }
div.DivClassName
{
background-color: #854099;
}
.BgClassName
{
background-color: #854099;
}
</style>
border-color css
<style>
span { border-color: #854099; }
span { border-color: rgb(133,64,153); }
td.TdClassName
{
border-color: #854099;
}
.TagClassName
{
border-color: #854099;
}
</style>