Shades of Vivid Violet #854B8D
Tints of Vivid Violet #854B8D
RGB
CMYK
RGB Variations
Color information
#854B8D (or 0x854B8D) is known color: Vivid Violet. HEX triplet: 85, 4B and 8D. RGB value is (133,75,141). Sum of RGB (Red+Green+Blue) = 133+75+141=349 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.11% from 349); Green value is 75 (29.69% from 255 or 21.49% from 349); Blue value is 141 (55.47% from 255 or 40.40% from 349); Max value from RGB is 141 - color contains mainly: blue. Hex color #854B8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #854B8D is #7AB472. Grayscale: #636363. Windows color (decimal): -8041587 or 9259909. OLE color: 9259909.
HSL color Cylindrical-coordinate representation of color #854B8D: hue angle of 292.73º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #854B8D is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 75 | 141 | - |
| CMYK | 0.06 | 0.47 | 0 | 0.45 |
| HSL | 292.73º | 0.31% | 0.42% | - |
| HSV(B) | 292.73º | 0.47% | 0.55% | - |
| XYZ | 17 | 11.94 | 26.61 | - |
| YUV | 99.87 | 151.22 | 151.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 75 | 141 | 0.06 | 0.47 | 0 | 0.45 | 292.73 | 0.31 | 0.42 |
| Hex | 85 | 4B | 8D | 6 | 2F | 0 | 2D | 125 | 1F | 2A |
| Octal | 205 | 113 | 215 | 6 | 57 | 0 | 55 | 445 | 37 | 52 |
| Binary | 10000101 | 1001011 | 10001101 | 110 | 101111 | 0 | 101101 | 100100101 | 11111 | 101010 |
Color Harmonies of #854B8D
Complementary color
Monochromatic Colors of #854B8D
Black with #854B8D
Text Example
Text Example
White with #854B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854B8D; }
p { color: rgb(133,75,141); }
H1.HeaderClassName
{
color: #854B8D;
}
.AnyTagClassName
{
color: #854B8D;
}
</style>
background-color css
<style>
a { background-color: #854B8D; }
a { background-color: rgb(133,75,141); }
div.DivClassName
{
background-color: #854B8D;
}
.BgClassName
{
background-color: #854B8D;
}
</style>
border-color css
<style>
span { border-color: #854B8D; }
span { border-color: rgb(133,75,141); }
td.TdClassName
{
border-color: #854B8D;
}
.TagClassName
{
border-color: #854B8D;
}
</style>