Shades of Vivid Violet #854C97
Tints of Vivid Violet #854C97
RGB
CMYK
RGB Variations
Color information
#854C97 (or 0x854C97) is known color: Vivid Violet. HEX triplet: 85, 4C and 97. RGB value is (133,76,151). Sum of RGB (Red+Green+Blue) = 133+76+151=360 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.94% from 360); Green value is 76 (30.08% from 255 or 21.11% from 360); Blue value is 151 (59.38% from 255 or 41.94% from 360); Max value from RGB is 151 - color contains mainly: blue. Hex color #854C97 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #854C97 is #7AB368. Grayscale: #656565. Windows color (decimal): -8041321 or 9915525. OLE color: 9915525.
HSL color Cylindrical-coordinate representation of color #854C97: hue angle of 285.6º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #854C97 is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 133 | 76 | 151 | - |
| CMYK | 0.12 | 0.50 | 0 | 0.41 |
| HSL | 285.6º | 0.33% | 0.45% | - |
| HSV(B) | 285.6º | 0.5% | 0.59% | - |
| XYZ | 17.84 | 12.39 | 30.73 | - |
| YUV | 101.59 | 155.88 | 150.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 76 | 151 | 0.12 | 0.50 | 0 | 0.41 | 285.6 | 0.33 | 0.45 |
| Hex | 85 | 4C | 97 | C | 32 | 0 | 29 | 11E | 21 | 2D |
| Octal | 205 | 114 | 227 | 14 | 62 | 0 | 51 | 436 | 41 | 55 |
| Binary | 10000101 | 1001100 | 10010111 | 1100 | 110010 | 0 | 101001 | 100011110 | 100001 | 101101 |
Color Harmonies of #854C97
Complementary color
Monochromatic Colors of #854C97
Black with #854C97
Text Example
Text Example
White with #854C97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854C97; }
p { color: rgb(133,76,151); }
H1.HeaderClassName
{
color: #854C97;
}
.AnyTagClassName
{
color: #854C97;
}
</style>
background-color css
<style>
a { background-color: #854C97; }
a { background-color: rgb(133,76,151); }
div.DivClassName
{
background-color: #854C97;
}
.BgClassName
{
background-color: #854C97;
}
</style>
border-color css
<style>
span { border-color: #854C97; }
span { border-color: rgb(133,76,151); }
td.TdClassName
{
border-color: #854C97;
}
.TagClassName
{
border-color: #854C97;
}
</style>