#894EAB

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

Shades of Deep Lilac #894EAB

Tints of Deep Lilac #894EAB

Color information

#894EAB (or 0x894EAB) is unknown color: approx Deep Lilac. HEX triplet: 89, 4E and AB. RGB value is (137,78,171). Sum of RGB (Red+Green+Blue) = 137+78+171=386 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.49% from 386); Green value is 78 (30.86% from 255 or 20.21% from 386); Blue value is 171 (67.19% from 255 or 44.30% from 386); Max value from RGB is 171 - color contains mainly: blue. Hex color #894EAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #894EAB is #76B154. Grayscale: #696969. Windows color (decimal): -7778645 or 11226761. OLE color: 11226761.

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

Color convert

RGB13778171-
CMYK0.200.5400.33
HSL278.06º37.35%48.82%-
HSV(B)278.06º54.39%67.06%-
XYZ20.3913.7140.1-
YUV106.24164.55149.94-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.49%
GREEN value IS 78 (30.86% from 255) = 20.21%
BLUE value IS 171 (67.19% from 255) = 44.30%
R=35.49%
G=20.21%
B=44.30%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal137781710.200.5400.33278.0637.3548.82
Hex894EAB14360211162531
Octal21111625324660414264561
Binary10001001100111010101011101001101100100001100010110100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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