Shades of Vivid Violet #854C8C
Tints of Vivid Violet #854C8C
RGB
CMYK
RGB Variations
Color information
#854C8C (or 0x854C8C) is known color: Vivid Violet. HEX triplet: 85, 4C and 8C. RGB value is (133,76,140). Sum of RGB (Red+Green+Blue) = 133+76+140=349 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.11% from 349); Green value is 76 (30.08% from 255 or 21.78% from 349); Blue value is 140 (55.08% from 255 or 40.11% from 349); Max value from RGB is 140 - color contains mainly: blue. Hex color #854C8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #854C8C is #7AB373. Grayscale: #646464. Windows color (decimal): -8041332 or 9194629. OLE color: 9194629.
HSL color Cylindrical-coordinate representation of color #854C8C: hue angle of 293.44º 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 #854C8C is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 76 | 140 | - |
| CMYK | 0.05 | 0.46 | 0 | 0.45 |
| HSL | 293.44º | 0.3% | 0.42% | - |
| HSV(B) | 293.44º | 0.46% | 0.55% | - |
| XYZ | 16.99 | 12.05 | 26.24 | - |
| YUV | 100.34 | 150.38 | 151.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 76 | 140 | 0.05 | 0.46 | 0 | 0.45 | 293.44 | 0.3 | 0.42 |
| Hex | 85 | 4C | 8C | 5 | 2E | 0 | 2D | 125 | 1E | 2A |
| Octal | 205 | 114 | 214 | 5 | 56 | 0 | 55 | 445 | 36 | 52 |
| Binary | 10000101 | 1001100 | 10001100 | 101 | 101110 | 0 | 101101 | 100100101 | 11110 | 101010 |
Color Harmonies of #854C8C
Complementary color
Monochromatic Colors of #854C8C
Black with #854C8C
Text Example
Text Example
White with #854C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854C8C; }
p { color: rgb(133,76,140); }
H1.HeaderClassName
{
color: #854C8C;
}
.AnyTagClassName
{
color: #854C8C;
}
</style>
background-color css
<style>
a { background-color: #854C8C; }
a { background-color: rgb(133,76,140); }
div.DivClassName
{
background-color: #854C8C;
}
.BgClassName
{
background-color: #854C8C;
}
</style>
border-color css
<style>
span { border-color: #854C8C; }
span { border-color: rgb(133,76,140); }
td.TdClassName
{
border-color: #854C8C;
}
.TagClassName
{
border-color: #854C8C;
}
</style>