Html Css Color HEX #894DAE Deep Lilac

📋 copy color: '#894DAE'

red 137 ◦ green 77 ◦ blue 174

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

Shades of Deep Lilac #894DAE

Tints of Deep Lilac #894DAE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.85%

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

R = 35.31%
G = 19.85%
B = 44.85%

CMYK

 C value IS 0.21

 M value IS 0.56

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#894DAE (or 0x894DAE) is known color: Deep Lilac. HEX triplet: 89, 4D and AE. RGB value is (137,77,174). Sum of RGB (Red+Green+Blue) = 137+77+174=388 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.31% from 388); Green value is 77 (30.47% from 255 or 19.85% from 388); Blue value is 174 (68.36% from 255 or 44.85% from 388); Max value from RGB is 174 - color contains mainly: blue. Hex color #894DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #894DAE is #76B251. Grayscale: #696969. Windows color (decimal): -7778898 or 11423113. OLE color: 11423113.

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

Color convert

RGB 137 77 174 -
CMYK 0.21 0.56 0 0.32
HSL 277.11º 0.39% 0.49% -
HSV(B) 277.11º 0.56% 0.68% -
XYZ 20.61 13.68 41.6 -
YUV 106 166.38 150.11 -
System Red Green Blue C M Y K H S L
Decimal 137 77 174 0.21 0.56 0 0.32 277.11 0.39 0.49
Hex 89 4D AE 15 38 0 20 115 27 31
Octal 211 115 256 25 70 0 40 425 47 61
Binary 10001001 1001101 10101110 10101 111000 0 100000 100010101 100111 110001

Color Harmonies of #894DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894DAE

Black with #894DAE

Text Example


Text Example

White with #894DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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