Html Css Color HEX #894AAC Deep Lilac

📋 copy color: '#894AAC'

red 137 ◦ green 74 ◦ blue 172

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

Shades of Deep Lilac #894AAC

Tints of Deep Lilac #894AAC

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.32%

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

R = 35.77%
G = 19.32%
B = 44.91%

CMYK

 C value IS 0.20

 M value IS 0.57

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#894AAC (or 0x894AAC) is known color: Deep Lilac. HEX triplet: 89, 4A and AC. RGB value is (137,74,172). Sum of RGB (Red+Green+Blue) = 137+74+172=383 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.77% from 383); Green value is 74 (29.30% from 255 or 19.32% from 383); Blue value is 172 (67.58% from 255 or 44.91% from 383); Max value from RGB is 172 - color contains mainly: blue. Hex color #894AAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #894AAC is #76B553. Grayscale: #676767. Windows color (decimal): -7779668 or 11291273. OLE color: 11291273.

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

Color convert

RGB 137 74 172 -
CMYK 0.20 0.57 0 0.33
HSL 278.57º 0.4% 0.48% -
HSV(B) 278.57º 0.57% 0.67% -
XYZ 20.21 13.19 40.51 -
YUV 104.01 166.37 151.53 -
System Red Green Blue C M Y K H S L
Decimal 137 74 172 0.20 0.57 0 0.33 278.57 0.4 0.48
Hex 89 4A AC 14 39 0 21 117 28 30
Octal 211 112 254 24 71 0 41 427 50 60
Binary 10001001 1001010 10101100 10100 111001 0 100001 100010111 101000 110000

Color Harmonies of #894AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894AAC

Black with #894AAC

Text Example


Text Example

White with #894AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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