#894BA5

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

Shades of Deep Lilac #894BA5

Tints of Deep Lilac #894BA5

Color information

#894BA5 (or 0x894BA5) is unknown color: approx Deep Lilac. HEX triplet: 89, 4B and A5. RGB value is (137,75,165). Sum of RGB (Red+Green+Blue) = 137+75+165=377 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.34% from 377); Green value is 75 (29.69% from 255 or 19.89% from 377); Blue value is 165 (64.84% from 255 or 43.77% from 377); Max value from RGB is 165 - color contains mainly: blue. Hex color #894BA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #894BA5 is #76B45A. Grayscale: #676767. Windows color (decimal): -7779419 or 10832777. OLE color: 10832777.

HSL color Cylindrical-coordinate representation of color #894BA5: hue angle of 281.33º degrees, saturation: 0.37, 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 #894BA5 is Cyan = 0.17, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB13775165-
CMYK0.170.5500.35
HSL281.33º37.5%47.06%-
HSV(B)281.33º54.55%64.71%-
XYZ19.6213.0737.09-
YUV103.8162.54151.68-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 36.34%
GREEN value IS 75 (29.69% from 255) = 19.89%
BLUE value IS 165 (64.84% from 255) = 43.77%
R=36.34%
G=19.89%
B=43.77%

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
Decimal137751650.170.5500.35281.3337.547.06
Hex894BA51137023119252f
Octal21111324521670434314557
Binary10001001100101110100101100011101110100011100011001100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894BA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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