Shades of Vivid Violet #854B98
Tints of Vivid Violet #854B98
RGB
CMYK
RGB Variations
Color information
#854B98 (or 0x854B98) is known color: Vivid Violet. HEX triplet: 85, 4B and 98. RGB value is (133,75,152). Sum of RGB (Red+Green+Blue) = 133+75+152=360 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.94% from 360); Green value is 75 (29.69% from 255 or 20.83% from 360); Blue value is 152 (59.77% from 255 or 42.22% from 360); Max value from RGB is 152 - color contains mainly: blue. Hex color #854B98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #854B98 is #7AB467. Grayscale: #646464. Windows color (decimal): -8041576 or 9980805. OLE color: 9980805.
HSL color Cylindrical-coordinate representation of color #854B98: hue angle of 285.19º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #854B98 is Cyan = 0.13, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 133 | 75 | 152 | - |
| CMYK | 0.13 | 0.51 | 0 | 0.40 |
| HSL | 285.19º | 0.34% | 0.45% | - |
| HSV(B) | 285.19º | 0.51% | 0.6% | - |
| XYZ | 17.86 | 12.29 | 31.14 | - |
| YUV | 101.12 | 156.72 | 150.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 75 | 152 | 0.13 | 0.51 | 0 | 0.40 | 285.19 | 0.34 | 0.45 |
| Hex | 85 | 4B | 98 | D | 33 | 0 | 28 | 11D | 22 | 2D |
| Octal | 205 | 113 | 230 | 15 | 63 | 0 | 50 | 435 | 42 | 55 |
| Binary | 10000101 | 1001011 | 10011000 | 1101 | 110011 | 0 | 101000 | 100011101 | 100010 | 101101 |
Color Harmonies of #854B98
Complementary color
Monochromatic Colors of #854B98
Black with #854B98
Text Example
Text Example
White with #854B98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854B98; }
p { color: rgb(133,75,152); }
H1.HeaderClassName
{
color: #854B98;
}
.AnyTagClassName
{
color: #854B98;
}
</style>
background-color css
<style>
a { background-color: #854B98; }
a { background-color: rgb(133,75,152); }
div.DivClassName
{
background-color: #854B98;
}
.BgClassName
{
background-color: #854B98;
}
</style>
border-color css
<style>
span { border-color: #854B98; }
span { border-color: rgb(133,75,152); }
td.TdClassName
{
border-color: #854B98;
}
.TagClassName
{
border-color: #854B98;
}
</style>