Html Css Color HEX #894BAC Deep Lilac

📋 copy color: '#894BAC'

red 137 ◦ green 75 ◦ blue 172

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

Shades of Deep Lilac #894BAC

Tints of Deep Lilac #894BAC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.53%

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

R = 35.68%
G = 19.53%
B = 44.79%

CMYK

 C value IS 0.20

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#894BAC (or 0x894BAC) is known color: Deep Lilac. HEX triplet: 89, 4B and AC. RGB value is (137,75,172). Sum of RGB (Red+Green+Blue) = 137+75+172=384 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.68% from 384); Green value is 75 (29.69% from 255 or 19.53% from 384); Blue value is 172 (67.58% from 255 or 44.79% from 384); Max value from RGB is 172 - color contains mainly: blue. Hex color #894BAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #894BAC is #76B453. Grayscale: #686868. Windows color (decimal): -7779412 or 11291529. OLE color: 11291529.

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

Color convert

RGB 137 75 172 -
CMYK 0.20 0.56 0 0.33
HSL 278.35º 0.39% 0.48% -
HSV(B) 278.35º 0.56% 0.67% -
XYZ 20.28 13.33 40.53 -
YUV 104.6 166.04 151.11 -
System Red Green Blue C M Y K H S L
Decimal 137 75 172 0.20 0.56 0 0.33 278.35 0.39 0.48
Hex 89 4B AC 14 38 0 21 116 27 30
Octal 211 113 254 24 70 0 41 426 47 60
Binary 10001001 1001011 10101100 10100 111000 0 100001 100010110 100111 110000

Color Harmonies of #894BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894BAC

Black with #894BAC

Text Example


Text Example

White with #894BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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