Shades of Deep Lilac #894CA7
Tints of Deep Lilac #894CA7
RGB
CMYK
RGB Variations
Color information
#894CA7 (or 0x894CA7) is known color: Deep Lilac. HEX triplet: 89, 4C and A7. RGB value is (137,76,167). Sum of RGB (Red+Green+Blue) = 137+76+167=380 (50% of max value = 765). Red value is 137 (53.91% from 255 or 36.05% from 380); Green value is 76 (30.08% from 255 or 20% from 380); Blue value is 167 (65.62% from 255 or 43.95% from 380); Max value from RGB is 167 - color contains mainly: blue. Hex color #894CA7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #894CA7 is #76B358. Grayscale: #686868. Windows color (decimal): -7779161 or 10964105. OLE color: 10964105.
HSL color Cylindrical-coordinate representation of color #894CA7: hue angle of 280.22º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #894CA7 is Cyan = 0.18, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 137 | 76 | 167 | - |
| CMYK | 0.18 | 0.54 | 0 | 0.35 |
| HSL | 280.22º | 0.37% | 0.48% | - |
| HSV(B) | 280.22º | 0.54% | 0.65% | - |
| XYZ | 19.88 | 13.28 | 38.07 | - |
| YUV | 104.61 | 163.21 | 151.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 76 | 167 | 0.18 | 0.54 | 0 | 0.35 | 280.22 | 0.37 | 0.48 |
| Hex | 89 | 4C | A7 | 12 | 36 | 0 | 23 | 118 | 25 | 30 |
| Octal | 211 | 114 | 247 | 22 | 66 | 0 | 43 | 430 | 45 | 60 |
| Binary | 10001001 | 1001100 | 10100111 | 10010 | 110110 | 0 | 100011 | 100011000 | 100101 | 110000 |
Color Harmonies of #894CA7
Complementary color
Monochromatic Colors of #894CA7
Black with #894CA7
Text Example
Text Example
White with #894CA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894CA7; }
p { color: rgb(137,76,167); }
H1.HeaderClassName
{
color: #894CA7;
}
.AnyTagClassName
{
color: #894CA7;
}
</style>
background-color css
<style>
a { background-color: #894CA7; }
a { background-color: rgb(137,76,167); }
div.DivClassName
{
background-color: #894CA7;
}
.BgClassName
{
background-color: #894CA7;
}
</style>
border-color css
<style>
span { border-color: #894CA7; }
span { border-color: rgb(137,76,167); }
td.TdClassName
{
border-color: #894CA7;
}
.TagClassName
{
border-color: #894CA7;
}
</style>