Shades of Deep Lilac #894CBA
Tints of Deep Lilac #894CBA
RGB
CMYK
RGB Variations
Color information
#894CBA (or 0x894CBA) is known color: Deep Lilac. HEX triplet: 89, 4C and BA. RGB value is (137,76,186). Sum of RGB (Red+Green+Blue) = 137+76+186=399 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.34% from 399); Green value is 76 (30.08% from 255 or 19.05% from 399); Blue value is 186 (73.05% from 255 or 46.62% from 399); Max value from RGB is 186 - color contains mainly: blue. Hex color #894CBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #894CBA is #76B345. Grayscale: #6A6A6A. Windows color (decimal): -7779142 or 12209289. OLE color: 12209289.
HSL color Cylindrical-coordinate representation of color #894CBA: hue angle of 273.27º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #894CBA is Cyan = 0.26, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 137 | 76 | 186 | - |
| CMYK | 0.26 | 0.59 | 0 | 0.27 |
| HSL | 273.27º | 0.44% | 0.51% | - |
| HSV(B) | 273.27º | 0.59% | 0.73% | - |
| XYZ | 21.76 | 14.03 | 48.02 | - |
| YUV | 106.78 | 172.71 | 149.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 76 | 186 | 0.26 | 0.59 | 0 | 0.27 | 273.27 | 0.44 | 0.51 |
| Hex | 89 | 4C | BA | 1A | 3B | 0 | 1B | 111 | 2C | 33 |
| Octal | 211 | 114 | 272 | 32 | 73 | 0 | 33 | 421 | 54 | 63 |
| Binary | 10001001 | 1001100 | 10111010 | 11010 | 111011 | 0 | 11011 | 100010001 | 101100 | 110011 |
Color Harmonies of #894CBA
Complementary color
Monochromatic Colors of #894CBA
Black with #894CBA
Text Example
Text Example
White with #894CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894CBA; }
p { color: rgb(137,76,186); }
H1.HeaderClassName
{
color: #894CBA;
}
.AnyTagClassName
{
color: #894CBA;
}
</style>
background-color css
<style>
a { background-color: #894CBA; }
a { background-color: rgb(137,76,186); }
div.DivClassName
{
background-color: #894CBA;
}
.BgClassName
{
background-color: #894CBA;
}
</style>
border-color css
<style>
span { border-color: #894CBA; }
span { border-color: rgb(137,76,186); }
td.TdClassName
{
border-color: #894CBA;
}
.TagClassName
{
border-color: #894CBA;
}
</style>