#894EB4

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

Shades of Deep Lilac #894EB4

Tints of Deep Lilac #894EB4

Color information

#894EB4 (or 0x894EB4) is unknown color: approx Deep Lilac. HEX triplet: 89, 4E and B4. RGB value is (137,78,180). Sum of RGB (Red+Green+Blue) = 137+78+180=395 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.68% from 395); Green value is 78 (30.86% from 255 or 19.75% from 395); Blue value is 180 (70.70% from 255 or 45.57% from 395); Max value from RGB is 180 - color contains mainly: blue. Hex color #894EB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #894EB4 is #76B14B. Grayscale: #6A6A6A. Windows color (decimal): -7778636 or 11816585. OLE color: 11816585.

HSL color Cylindrical-coordinate representation of color #894EB4: hue angle of 274.71º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #894EB4 is Cyan = 0.24, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB13778180-
CMYK0.240.5700.29
HSL274.71º40.48%50.59%-
HSV(B)274.71º56.67%70.59%-
XYZ21.2814.0644.77-
YUV107.27169.05149.21-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 34.68%
GREEN value IS 78 (30.86% from 255) = 19.75%
BLUE value IS 180 (70.70% from 255) = 45.57%
R=34.68%
G=19.75%
B=45.57%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal137781800.240.5700.29274.7140.4850.59
Hex894EB4183901D1132833
Octal21111626430710354235063
Binary1000100110011101011010011000111001011101100010011101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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