#894EAC

Color #894EAC Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #894EAC

Tints of Deep Lilac #894EAC

Color information

#894EAC (or 0x894EAC) is unknown color: approx Deep Lilac. HEX triplet: 89, 4E and AC. RGB value is (137,78,172). Sum of RGB (Red+Green+Blue) = 137+78+172=387 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.40% from 387); Green value is 78 (30.86% from 255 or 20.16% from 387); Blue value is 172 (67.58% from 255 or 44.44% from 387); Max value from RGB is 172 - color contains mainly: blue. Hex color #894EAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #894EAC is #76B153. Grayscale: #6A6A6A. Windows color (decimal): -7778644 or 11292297. OLE color: 11292297.

HSL color Cylindrical-coordinate representation of color #894EAC: hue angle of 277.66º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #894EAC is Cyan = 0.20, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13778172-
CMYK0.200.5500.33
HSL277.66º37.6%49.02%-
HSV(B)277.66º54.65%67.45%-
XYZ20.4913.7540.6-
YUV106.36165.05149.86-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 137 (53.91% from 255) = 35.40%
GREEN value IS 78 (30.86% from 255) = 20.16%
BLUE value IS 172 (67.58% from 255) = 44.44%
R=35.40%
G=20.16%
B=44.44%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal137781720.200.5500.33277.6637.649.02
Hex894EAC14370211162631
Octal21111625424670414264661
Binary10001001100111010101100101001101110100001100010110100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894EAC; }

 p { color: rgb(137,78,172); }

 H1.HeaderClassName
 {
   color: #894EAC;
 }
 .AnyTagClassName
 {
   color: #894EAC;
 }
</style>
background-color css

<style>
 a { background-color: #894EAC; }

 a { background-color: rgb(137,78,172); }

 div.DivClassName
 {
   background-color: #894EAC;
 }
 .BgClassName
 {
   background-color: #894EAC;
 }
</style>
border-color css

<style>
 span { border-color: #894EAC; }

 span { border-color: rgb(137,78,172); }

 td.TdClassName
 {
   border-color: #894EAC;
 }
 .TagClassName
 {
   border-color: #894EAC;
 }
</style>