#894AA5

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

Shades of Deep Lilac #894AA5

Tints of Deep Lilac #894AA5

Color information

#894AA5 (or 0x894AA5) is unknown color: approx Deep Lilac. HEX triplet: 89, 4A and A5. RGB value is (137,74,165). Sum of RGB (Red+Green+Blue) = 137+74+165=376 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.44% from 376); Green value is 74 (29.30% from 255 or 19.68% from 376); Blue value is 165 (64.84% from 255 or 43.88% from 376); Max value from RGB is 165 - color contains mainly: blue. Hex color #894AA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #894AA5 is #76B55A. Grayscale: #666666. Windows color (decimal): -7779675 or 10832521. OLE color: 10832521.

HSL color Cylindrical-coordinate representation of color #894AA5: hue angle of 281.54º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #894AA5 is Cyan = 0.17, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB13774165-
CMYK0.170.5500.35
HSL281.54º38.08%46.86%-
HSV(B)281.54º55.15%64.71%-
XYZ19.5612.9337.06-
YUV103.21162.87152.1-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 36.44%
GREEN value IS 74 (29.30% from 255) = 19.68%
BLUE value IS 165 (64.84% from 255) = 43.88%
R=36.44%
G=19.68%
B=43.88%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal137741650.170.5500.35281.5438.0846.86
Hex894AA5113702311a262f
Octal21111224521670434324657
Binary10001001100101010100101100011101110100011100011010100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894AA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,74,165); }

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

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

 a { background-color: rgb(137,74,165); }

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

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

 span { border-color: rgb(137,74,165); }

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