Shades of Vivid Violet #854998
Tints of Vivid Violet #854998
RGB
CMYK
RGB Variations
Color information
#854998 (or 0x854998) is known color: Vivid Violet. HEX triplet: 85, 49 and 98. RGB value is (133,73,152). Sum of RGB (Red+Green+Blue) = 133+73+152=358 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.15% from 358); Green value is 73 (28.91% from 255 or 20.39% from 358); Blue value is 152 (59.77% from 255 or 42.46% from 358); Max value from RGB is 152 - color contains mainly: blue. Hex color #854998 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #854998 is #7AB667. Grayscale: #636363. Windows color (decimal): -8042088 or 9980293. OLE color: 9980293.
HSL color Cylindrical-coordinate representation of color #854998: hue angle of 285.57º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #854998 is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 133 | 73 | 152 | - |
| CMYK | 0.13 | 0.52 | 0 | 0.40 |
| HSL | 285.57º | 0.35% | 0.44% | - |
| HSV(B) | 285.57º | 0.52% | 0.6% | - |
| XYZ | 17.72 | 12.02 | 31.09 | - |
| YUV | 99.95 | 157.38 | 151.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 73 | 152 | 0.13 | 0.52 | 0 | 0.40 | 285.57 | 0.35 | 0.44 |
| Hex | 85 | 49 | 98 | D | 34 | 0 | 28 | 11E | 23 | 2C |
| Octal | 205 | 111 | 230 | 15 | 64 | 0 | 50 | 436 | 43 | 54 |
| Binary | 10000101 | 1001001 | 10011000 | 1101 | 110100 | 0 | 101000 | 100011110 | 100011 | 101100 |
Color Harmonies of #854998
Complementary color
Monochromatic Colors of #854998
Black with #854998
Text Example
Text Example
White with #854998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854998; }
p { color: rgb(133,73,152); }
H1.HeaderClassName
{
color: #854998;
}
.AnyTagClassName
{
color: #854998;
}
</style>
background-color css
<style>
a { background-color: #854998; }
a { background-color: rgb(133,73,152); }
div.DivClassName
{
background-color: #854998;
}
.BgClassName
{
background-color: #854998;
}
</style>
border-color css
<style>
span { border-color: #854998; }
span { border-color: rgb(133,73,152); }
td.TdClassName
{
border-color: #854998;
}
.TagClassName
{
border-color: #854998;
}
</style>