Shades of Deep Lilac #894ECB
Tints of Deep Lilac #894ECB
RGB
CMYK
RGB Variations
Color information
#894ECB (or 0x894ECB) is known color: Deep Lilac. HEX triplet: 89, 4E and CB. RGB value is (137,78,203). Sum of RGB (Red+Green+Blue) = 137+78+203=418 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.78% from 418); Green value is 78 (30.86% from 255 or 18.66% from 418); Blue value is 203 (79.69% from 255 or 48.56% from 418); Max value from RGB is 203 - color contains mainly: blue. Hex color #894ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #894ECB is #76B134. Grayscale: #6D6D6D. Windows color (decimal): -7778613 or 13323913. OLE color: 13323913.
HSL color Cylindrical-coordinate representation of color #894ECB: hue angle of 268.32º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #894ECB is Cyan = 0.33, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 137 | 78 | 203 | - |
| CMYK | 0.33 | 0.62 | 0 | 0.20 |
| HSL | 268.32º | 0.55% | 0.55% | - |
| HSV(B) | 268.32º | 0.62% | 0.8% | - |
| XYZ | 23.82 | 15.08 | 58.15 | - |
| YUV | 109.89 | 180.55 | 147.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 78 | 203 | 0.33 | 0.62 | 0 | 0.20 | 268.32 | 0.55 | 0.55 |
| Hex | 89 | 4E | CB | 21 | 3E | 0 | 14 | 10C | 37 | 37 |
| Octal | 211 | 116 | 313 | 41 | 76 | 0 | 24 | 414 | 67 | 67 |
| Binary | 10001001 | 1001110 | 11001011 | 100001 | 111110 | 0 | 10100 | 100001100 | 110111 | 110111 |
Color Harmonies of #894ECB
Complementary color
Monochromatic Colors of #894ECB
Black with #894ECB
Text Example
Text Example
White with #894ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894ECB; }
p { color: rgb(137,78,203); }
H1.HeaderClassName
{
color: #894ECB;
}
.AnyTagClassName
{
color: #894ECB;
}
</style>
background-color css
<style>
a { background-color: #894ECB; }
a { background-color: rgb(137,78,203); }
div.DivClassName
{
background-color: #894ECB;
}
.BgClassName
{
background-color: #894ECB;
}
</style>
border-color css
<style>
span { border-color: #894ECB; }
span { border-color: rgb(137,78,203); }
td.TdClassName
{
border-color: #894ECB;
}
.TagClassName
{
border-color: #894ECB;
}
</style>