#894FAE

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

Shades of Deep Lilac #894FAE

Tints of Deep Lilac #894FAE

Color information

#894FAE (or 0x894FAE) is unknown color: approx Deep Lilac. HEX triplet: 89, 4F and AE. RGB value is (137,79,174). Sum of RGB (Red+Green+Blue) = 137+79+174=390 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.13% from 390); Green value is 79 (31.25% from 255 or 20.26% from 390); Blue value is 174 (68.36% from 255 or 44.62% from 390); Max value from RGB is 174 - color contains mainly: blue. Hex color #894FAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #894FAE is #76B051. Grayscale: #6A6A6A. Windows color (decimal): -7778386 or 11423625. OLE color: 11423625.

HSL color Cylindrical-coordinate representation of color #894FAE: hue angle of 276.63º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #894FAE is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB13779174-
CMYK0.210.5500.32
HSL276.63º37.55%49.61%-
HSV(B)276.63º54.6%68.24%-
XYZ20.7513.9741.65-
YUV107.17165.72149.28-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.13%
GREEN value IS 79 (31.25% from 255) = 20.26%
BLUE value IS 174 (68.36% from 255) = 44.62%
R=35.13%
G=20.26%
B=44.62%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal137791740.210.5500.32276.6337.5549.61
Hex894FAE15370201152632
Octal21111725625670404254662
Binary10001001100111110101110101011101110100000100010101100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,79,174); }

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

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

 a { background-color: rgb(137,79,174); }

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

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

 span { border-color: rgb(137,79,174); }

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