Html Css Color HEX #894EAC Deep Lilac

📋 copy color: '#894EAC'

red 137 ◦ green 78 ◦ blue 172

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

Shades of Deep Lilac #894EAC

Tints of Deep Lilac #894EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 44.44%

R = 35.4%
G = 20.16%
B = 44.44%

CMYK

 C value IS 0.20

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#894EAC (or 0x894EAC) is known color: Deep Lilac. HEX triplet: 89, 4E and AC. RGB value is (137,78,172). Sum of RGB (Red+Green+Blue) = 137+78+172=387 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.40% from 387); Green value is 78 (30.86% from 255 or 20.16% from 387); Blue value is 172 (67.58% from 255 or 44.44% from 387); Max value from RGB is 172 - color contains mainly: blue. Hex color #894EAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #894EAC is #76B153. Grayscale: #6A6A6A. Windows color (decimal): -7778644 or 11292297. OLE color: 11292297.

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

Color convert

RGB 137 78 172 -
CMYK 0.20 0.55 0 0.33
HSL 277.66º 0.38% 0.49% -
HSV(B) 277.66º 0.55% 0.67% -
XYZ 20.49 13.75 40.6 -
YUV 106.36 165.05 149.86 -
System Red Green Blue C M Y K H S L
Decimal 137 78 172 0.20 0.55 0 0.33 277.66 0.38 0.49
Hex 89 4E AC 14 37 0 21 116 26 31
Octal 211 116 254 24 67 0 41 426 46 61
Binary 10001001 1001110 10101100 10100 110111 0 100001 100010110 100110 110001

Color Harmonies of #894EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894EAC

Black with #894EAC

Text Example


Text Example

White with #894EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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