Shades of Deep Lilac #894CC8
Tints of Deep Lilac #894CC8
RGB
CMYK
RGB Variations
Color information
#894CC8 (or 0x894CC8) is known color: Deep Lilac. HEX triplet: 89, 4C and C8. RGB value is (137,76,200). Sum of RGB (Red+Green+Blue) = 137+76+200=413 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.17% from 413); Green value is 76 (30.08% from 255 or 18.40% from 413); Blue value is 200 (78.52% from 255 or 48.43% from 413); Max value from RGB is 200 - color contains mainly: blue. Hex color #894CC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #894CC8 is #76B337. Grayscale: #6B6B6B. Windows color (decimal): -7779128 or 13126793. OLE color: 13126793.
HSL color Cylindrical-coordinate representation of color #894CC8: hue angle of 269.52º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #894CC8 is Cyan = 0.32, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 137 | 76 | 200 | - |
| CMYK | 0.32 | 0.62 | 0 | 0.22 |
| HSL | 269.52º | 0.53% | 0.54% | - |
| HSV(B) | 269.52º | 0.62% | 0.78% | - |
| XYZ | 23.33 | 14.66 | 56.24 | - |
| YUV | 108.38 | 179.71 | 148.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 76 | 200 | 0.32 | 0.62 | 0 | 0.22 | 269.52 | 0.53 | 0.54 |
| Hex | 89 | 4C | C8 | 20 | 3E | 0 | 16 | 10E | 35 | 36 |
| Octal | 211 | 114 | 310 | 40 | 76 | 0 | 26 | 416 | 65 | 66 |
| Binary | 10001001 | 1001100 | 11001000 | 100000 | 111110 | 0 | 10110 | 100001110 | 110101 | 110110 |
Color Harmonies of #894CC8
Complementary color
Monochromatic Colors of #894CC8
Black with #894CC8
Text Example
Text Example
White with #894CC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894CC8; }
p { color: rgb(137,76,200); }
H1.HeaderClassName
{
color: #894CC8;
}
.AnyTagClassName
{
color: #894CC8;
}
</style>
background-color css
<style>
a { background-color: #894CC8; }
a { background-color: rgb(137,76,200); }
div.DivClassName
{
background-color: #894CC8;
}
.BgClassName
{
background-color: #894CC8;
}
</style>
border-color css
<style>
span { border-color: #894CC8; }
span { border-color: rgb(137,76,200); }
td.TdClassName
{
border-color: #894CC8;
}
.TagClassName
{
border-color: #894CC8;
}
</style>