Shades of Vivid Violet #854B8C
Tints of Vivid Violet #854B8C
RGB
CMYK
RGB Variations
Color information
#854B8C (or 0x854B8C) is known color: Vivid Violet. HEX triplet: 85, 4B and 8C. RGB value is (133,75,140). Sum of RGB (Red+Green+Blue) = 133+75+140=348 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.22% from 348); Green value is 75 (29.69% from 255 or 21.55% from 348); Blue value is 140 (55.08% from 255 or 40.23% from 348); Max value from RGB is 140 - color contains mainly: blue. Hex color #854B8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #854B8C is #7AB473. Grayscale: #636363. Windows color (decimal): -8041588 or 9194373. OLE color: 9194373.
HSL color Cylindrical-coordinate representation of color #854B8C: hue angle of 293.54º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #854B8C is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 75 | 140 | - |
| CMYK | 0.05 | 0.46 | 0 | 0.45 |
| HSL | 293.54º | 0.3% | 0.42% | - |
| HSV(B) | 293.54º | 0.46% | 0.55% | - |
| XYZ | 16.92 | 11.91 | 26.22 | - |
| YUV | 99.75 | 150.72 | 151.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 75 | 140 | 0.05 | 0.46 | 0 | 0.45 | 293.54 | 0.3 | 0.42 |
| Hex | 85 | 4B | 8C | 5 | 2E | 0 | 2D | 126 | 1E | 2A |
| Octal | 205 | 113 | 214 | 5 | 56 | 0 | 55 | 446 | 36 | 52 |
| Binary | 10000101 | 1001011 | 10001100 | 101 | 101110 | 0 | 101101 | 100100110 | 11110 | 101010 |
Color Harmonies of #854B8C
Complementary color
Monochromatic Colors of #854B8C
Black with #854B8C
Text Example
Text Example
White with #854B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854B8C; }
p { color: rgb(133,75,140); }
H1.HeaderClassName
{
color: #854B8C;
}
.AnyTagClassName
{
color: #854B8C;
}
</style>
background-color css
<style>
a { background-color: #854B8C; }
a { background-color: rgb(133,75,140); }
div.DivClassName
{
background-color: #854B8C;
}
.BgClassName
{
background-color: #854B8C;
}
</style>
border-color css
<style>
span { border-color: #854B8C; }
span { border-color: rgb(133,75,140); }
td.TdClassName
{
border-color: #854B8C;
}
.TagClassName
{
border-color: #854B8C;
}
</style>