Html Css Color HEX #894DAC Deep Lilac

📋 copy color: '#894DAC'

red 137 ◦ green 77 ◦ blue 172

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

Shades of Deep Lilac #894DAC

Tints of Deep Lilac #894DAC

RGB

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

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

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

R = 35.49%
G = 19.95%
B = 44.56%

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

#894DAC (or 0x894DAC) is known color: Deep Lilac. HEX triplet: 89, 4D and AC. RGB value is (137,77,172). Sum of RGB (Red+Green+Blue) = 137+77+172=386 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.49% from 386); Green value is 77 (30.47% from 255 or 19.95% from 386); Blue value is 172 (67.58% from 255 or 44.56% from 386); Max value from RGB is 172 - color contains mainly: blue. Hex color #894DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #894DAC is #76B253. Grayscale: #696969. Windows color (decimal): -7778900 or 11292041. OLE color: 11292041.

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

Color convert

RGB 137 77 172 -
CMYK 0.20 0.55 0 0.33
HSL 277.89º 0.38% 0.49% -
HSV(B) 277.89º 0.55% 0.67% -
XYZ 20.42 13.6 40.58 -
YUV 105.77 165.38 150.28 -
System Red Green Blue C M Y K H S L
Decimal 137 77 172 0.20 0.55 0 0.33 277.89 0.38 0.49
Hex 89 4D AC 14 37 0 21 116 26 31
Octal 211 115 254 24 67 0 41 426 46 61
Binary 10001001 1001101 10101100 10100 110111 0 100001 100010110 100110 110001

Color Harmonies of #894DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894DAC

Black with #894DAC

Text Example


Text Example

White with #894DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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