Html Css Color HEX #894CAA Deep Lilac

📋 copy color: '#894CAA'

red 137 ◦ green 76 ◦ blue 170

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

Shades of Deep Lilac #894CAA

Tints of Deep Lilac #894CAA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.84%

 BLUE value IS 170 (66.8% from 255) = 44.39%

R = 35.77%
G = 19.84%
B = 44.39%

CMYK

 C value IS 0.19

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#894CAA (or 0x894CAA) is known color: Deep Lilac. HEX triplet: 89, 4C and AA. RGB value is (137,76,170). Sum of RGB (Red+Green+Blue) = 137+76+170=383 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.77% from 383); Green value is 76 (30.08% from 255 or 19.84% from 383); Blue value is 170 (66.80% from 255 or 44.39% from 383); Max value from RGB is 170 - color contains mainly: blue. Hex color #894CAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #894CAA is #76B355. Grayscale: #686868. Windows color (decimal): -7779158 or 11160713. OLE color: 11160713.

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

Color convert

RGB 137 76 170 -
CMYK 0.19 0.55 0 0.33
HSL 278.94º 0.38% 0.48% -
HSV(B) 278.94º 0.55% 0.67% -
XYZ 20.16 13.39 39.55 -
YUV 104.96 164.71 150.86 -
System Red Green Blue C M Y K H S L
Decimal 137 76 170 0.19 0.55 0 0.33 278.94 0.38 0.48
Hex 89 4C AA 13 37 0 21 117 26 30
Octal 211 114 252 23 67 0 41 427 46 60
Binary 10001001 1001100 10101010 10011 110111 0 100001 100010111 100110 110000

Color Harmonies of #894CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894CAA

Black with #894CAA

Text Example


Text Example

White with #894CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,76,170); }

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

background-color css

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

 a { background-color: rgb(137,76,170); }

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

border-color css

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

 span { border-color: rgb(137,76,170); }

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