Shades of Deep Lilac #894DC7
Tints of Deep Lilac #894DC7
RGB
CMYK
RGB Variations
Color information
#894DC7 (or 0x894DC7) is known color: Deep Lilac. HEX triplet: 89, 4D and C7. RGB value is (137,77,199). Sum of RGB (Red+Green+Blue) = 137+77+199=413 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.17% from 413); Green value is 77 (30.47% from 255 or 18.64% from 413); Blue value is 199 (78.12% from 255 or 48.18% from 413); Max value from RGB is 199 - color contains mainly: blue. Hex color #894DC7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #894DC7 is #76B238. Grayscale: #6C6C6C. Windows color (decimal): -7778873 or 13061513. OLE color: 13061513.
HSL color Cylindrical-coordinate representation of color #894DC7: hue angle of 269.51º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #894DC7 is Cyan = 0.31, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 137 | 77 | 199 | - |
| CMYK | 0.31 | 0.61 | 0 | 0.22 |
| HSL | 269.51º | 0.52% | 0.54% | - |
| HSV(B) | 269.51º | 0.61% | 0.78% | - |
| XYZ | 23.28 | 14.75 | 55.65 | - |
| YUV | 108.85 | 178.88 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 77 | 199 | 0.31 | 0.61 | 0 | 0.22 | 269.51 | 0.52 | 0.54 |
| Hex | 89 | 4D | C7 | 1F | 3D | 0 | 16 | 10E | 34 | 36 |
| Octal | 211 | 115 | 307 | 37 | 75 | 0 | 26 | 416 | 64 | 66 |
| Binary | 10001001 | 1001101 | 11000111 | 11111 | 111101 | 0 | 10110 | 100001110 | 110100 | 110110 |
Color Harmonies of #894DC7
Complementary color
Monochromatic Colors of #894DC7
Black with #894DC7
Text Example
Text Example
White with #894DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894DC7; }
p { color: rgb(137,77,199); }
H1.HeaderClassName
{
color: #894DC7;
}
.AnyTagClassName
{
color: #894DC7;
}
</style>
background-color css
<style>
a { background-color: #894DC7; }
a { background-color: rgb(137,77,199); }
div.DivClassName
{
background-color: #894DC7;
}
.BgClassName
{
background-color: #894DC7;
}
</style>
border-color css
<style>
span { border-color: #894DC7; }
span { border-color: rgb(137,77,199); }
td.TdClassName
{
border-color: #894DC7;
}
.TagClassName
{
border-color: #894DC7;
}
</style>