Shades of Vivid Violet #854798
Tints of Vivid Violet #854798
RGB
CMYK
RGB Variations
Color information
#854798 (or 0x854798) is known color: Vivid Violet. HEX triplet: 85, 47 and 98. RGB value is (133,71,152). Sum of RGB (Red+Green+Blue) = 133+71+152=356 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.36% from 356); Green value is 71 (28.12% from 255 or 19.94% from 356); Blue value is 152 (59.77% from 255 or 42.70% from 356); Max value from RGB is 152 - color contains mainly: blue. Hex color #854798 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #854798 is #7AB867. Grayscale: #626262. Windows color (decimal): -8042600 or 9979781. OLE color: 9979781.
HSL color Cylindrical-coordinate representation of color #854798: hue angle of 285.93º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #854798 is Cyan = 0.13, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 133 | 71 | 152 | - |
| CMYK | 0.13 | 0.53 | 0 | 0.40 |
| HSL | 285.93º | 0.36% | 0.44% | - |
| HSV(B) | 285.93º | 0.53% | 0.6% | - |
| XYZ | 17.59 | 11.76 | 31.05 | - |
| YUV | 98.77 | 158.04 | 152.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 71 | 152 | 0.13 | 0.53 | 0 | 0.40 | 285.93 | 0.36 | 0.44 |
| Hex | 85 | 47 | 98 | D | 35 | 0 | 28 | 11E | 24 | 2C |
| Octal | 205 | 107 | 230 | 15 | 65 | 0 | 50 | 436 | 44 | 54 |
| Binary | 10000101 | 1000111 | 10011000 | 1101 | 110101 | 0 | 101000 | 100011110 | 100100 | 101100 |
Color Harmonies of #854798
Complementary color
Monochromatic Colors of #854798
Black with #854798
Text Example
Text Example
White with #854798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854798; }
p { color: rgb(133,71,152); }
H1.HeaderClassName
{
color: #854798;
}
.AnyTagClassName
{
color: #854798;
}
</style>
background-color css
<style>
a { background-color: #854798; }
a { background-color: rgb(133,71,152); }
div.DivClassName
{
background-color: #854798;
}
.BgClassName
{
background-color: #854798;
}
</style>
border-color css
<style>
span { border-color: #854798; }
span { border-color: rgb(133,71,152); }
td.TdClassName
{
border-color: #854798;
}
.TagClassName
{
border-color: #854798;
}
</style>