Html Css Color HEX #894DAD Deep Lilac

📋 copy color: '#894DAD'

red 137 ◦ green 77 ◦ blue 173

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

Shades of Deep Lilac #894DAD

Tints of Deep Lilac #894DAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 44.7%

R = 35.4%
G = 19.9%
B = 44.7%

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

#894DAD (or 0x894DAD) is known color: Deep Lilac. HEX triplet: 89, 4D and AD. RGB value is (137,77,173). Sum of RGB (Red+Green+Blue) = 137+77+173=387 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.40% from 387); Green value is 77 (30.47% from 255 or 19.90% from 387); Blue value is 173 (67.97% from 255 or 44.70% from 387); Max value from RGB is 173 - color contains mainly: blue. Hex color #894DAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #894DAD is #76B252. Grayscale: #696969. Windows color (decimal): -7778899 or 11357577. OLE color: 11357577.

HSL color Cylindrical-coordinate representation of color #894DAD: hue angle of 277.5º 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 #894DAD is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 137 77 173 -
CMYK 0.21 0.55 0 0.32
HSL 277.5º 0.38% 0.49% -
HSV(B) 277.5º 0.55% 0.68% -
XYZ 20.51 13.64 41.09 -
YUV 105.88 165.88 150.19 -
System Red Green Blue C M Y K H S L
Decimal 137 77 173 0.21 0.55 0 0.32 277.5 0.38 0.49
Hex 89 4D AD 15 37 0 20 116 26 31
Octal 211 115 255 25 67 0 40 426 46 61
Binary 10001001 1001101 10101101 10101 110111 0 100000 100010110 100110 110001

Color Harmonies of #894DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894DAD

Black with #894DAD

Text Example


Text Example

White with #894DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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