Shades of Vivid Violet #854098
Tints of Vivid Violet #854098
RGB
CMYK
RGB Variations
Color information
#854098 (or 0x854098) is known color: Vivid Violet. HEX triplet: 85, 40 and 98. RGB value is (133,64,152). Sum of RGB (Red+Green+Blue) = 133+64+152=349 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.11% from 349); Green value is 64 (25.39% from 255 or 18.34% from 349); Blue value is 152 (59.77% from 255 or 43.55% from 349); Max value from RGB is 152 - color contains mainly: blue. Hex color #854098 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #854098 is #7ABF67. Grayscale: #5E5E5E. Windows color (decimal): -8044392 or 9977989. OLE color: 9977989.
HSL color Cylindrical-coordinate representation of color #854098: hue angle of 287.05º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #854098 is Cyan = 0.13, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 133 | 64 | 152 | - |
| CMYK | 0.13 | 0.58 | 0 | 0.40 |
| HSL | 287.05º | 0.41% | 0.42% | - |
| HSV(B) | 287.05º | 0.58% | 0.6% | - |
| XYZ | 17.17 | 10.92 | 30.91 | - |
| YUV | 94.66 | 160.36 | 155.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 64 | 152 | 0.13 | 0.58 | 0 | 0.40 | 287.05 | 0.41 | 0.42 |
| Hex | 85 | 40 | 98 | D | 3A | 0 | 28 | 11F | 29 | 2A |
| Octal | 205 | 100 | 230 | 15 | 72 | 0 | 50 | 437 | 51 | 52 |
| Binary | 10000101 | 1000000 | 10011000 | 1101 | 111010 | 0 | 101000 | 100011111 | 101001 | 101010 |
Color Harmonies of #854098
Complementary color
Monochromatic Colors of #854098
Black with #854098
Text Example
Text Example
White with #854098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854098; }
p { color: rgb(133,64,152); }
H1.HeaderClassName
{
color: #854098;
}
.AnyTagClassName
{
color: #854098;
}
</style>
background-color css
<style>
a { background-color: #854098; }
a { background-color: rgb(133,64,152); }
div.DivClassName
{
background-color: #854098;
}
.BgClassName
{
background-color: #854098;
}
</style>
border-color css
<style>
span { border-color: #854098; }
span { border-color: rgb(133,64,152); }
td.TdClassName
{
border-color: #854098;
}
.TagClassName
{
border-color: #854098;
}
</style>