Shades of Vivid Violet #854499
Tints of Vivid Violet #854499
RGB
CMYK
RGB Variations
Color information
#854499 (or 0x854499) is known color: Vivid Violet. HEX triplet: 85, 44 and 99. RGB value is (133,68,153). Sum of RGB (Red+Green+Blue) = 133+68+153=354 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.57% from 354); Green value is 68 (26.95% from 255 or 19.21% from 354); Blue value is 153 (60.16% from 255 or 43.22% from 354); Max value from RGB is 153 - color contains mainly: blue. Hex color #854499 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #854499 is #7ABB66. Grayscale: #606060. Windows color (decimal): -8043367 or 10044549. OLE color: 10044549.
HSL color Cylindrical-coordinate representation of color #854499: hue angle of 285.88º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #854499 is Cyan = 0.13, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 133 | 68 | 153 | - |
| CMYK | 0.13 | 0.56 | 0 | 0.4 |
| HSL | 285.88º | 0.38% | 0.43% | - |
| HSV(B) | 285.88º | 0.56% | 0.6% | - |
| XYZ | 17.49 | 11.42 | 31.42 | - |
| YUV | 97.13 | 159.53 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 68 | 153 | 0.13 | 0.56 | 0 | 0.4 | 285.88 | 0.38 | 0.43 |
| Hex | 85 | 44 | 99 | D | 38 | 0 | 28 | 11E | 26 | 2B |
| Octal | 205 | 104 | 231 | 15 | 70 | 0 | 50 | 436 | 46 | 53 |
| Binary | 10000101 | 1000100 | 10011001 | 1101 | 111000 | 0 | 101000 | 100011110 | 100110 | 101011 |
Color Harmonies of #854499
Complementary color
Monochromatic Colors of #854499
Black with #854499
Text Example
Text Example
White with #854499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854499; }
p { color: rgb(133,68,153); }
H1.HeaderClassName
{
color: #854499;
}
.AnyTagClassName
{
color: #854499;
}
</style>
background-color css
<style>
a { background-color: #854499; }
a { background-color: rgb(133,68,153); }
div.DivClassName
{
background-color: #854499;
}
.BgClassName
{
background-color: #854499;
}
</style>
border-color css
<style>
span { border-color: #854499; }
span { border-color: rgb(133,68,153); }
td.TdClassName
{
border-color: #854499;
}
.TagClassName
{
border-color: #854499;
}
</style>