Html Css Color HEX #894EAE Deep Lilac

📋 copy color: '#894EAE'

red 137 ◦ green 78 ◦ blue 174

#894EAE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Lilac #894EAE

Tints of Deep Lilac #894EAE

RGB

 RED value IS 137 (53.91% from 255) = 35.22%

 GREEN value IS 78 (30.86% from 255) = 20.05%

 BLUE value IS 174 (68.36% from 255) = 44.73%

R = 35.22%
G = 20.05%
B = 44.73%

CMYK

 C value IS 0.21

 M value IS 0.55

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#894EAE (or 0x894EAE) is known color: Deep Lilac. HEX triplet: 89, 4E and AE. RGB value is (137,78,174). Sum of RGB (Red+Green+Blue) = 137+78+174=389 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.22% from 389); Green value is 78 (30.86% from 255 or 20.05% from 389); Blue value is 174 (68.36% from 255 or 44.73% from 389); Max value from RGB is 174 - color contains mainly: blue. Hex color #894EAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #894EAE is #76B151. Grayscale: #6A6A6A. Windows color (decimal): -7778642 or 11423369. OLE color: 11423369.

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

Color convert

RGB 137 78 174 -
CMYK 0.21 0.55 0 0.32
HSL 276.88º 0.38% 0.49% -
HSV(B) 276.88º 0.55% 0.68% -
XYZ 20.68 13.82 41.62 -
YUV 106.59 166.05 149.69 -
System Red Green Blue C M Y K H S L
Decimal 137 78 174 0.21 0.55 0 0.32 276.88 0.38 0.49
Hex 89 4E AE 15 37 0 20 115 26 31
Octal 211 116 256 25 67 0 40 425 46 61
Binary 10001001 1001110 10101110 10101 110111 0 100000 100010101 100110 110001

Color Harmonies of #894EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894EAE

Black with #894EAE

Text Example


Text Example

White with #894EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #894EAE;
 }
 .AnyTagClassName
 {
   color: #894EAE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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