Html Css Color HEX #894EBB Deep Lilac

📋 copy color: '#894EBB'

red 137 ◦ green 78 ◦ blue 187

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

Shades of Deep Lilac #894EBB

Tints of Deep Lilac #894EBB

RGB

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

 GREEN value IS 78 (30.86% from 255) = 19.4%

 BLUE value IS 187 (73.44% from 255) = 46.52%

R = 34.08%
G = 19.4%
B = 46.52%

CMYK

 C value IS 0.27

 M value IS 0.58

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#894EBB (or 0x894EBB) is known color: Deep Lilac. HEX triplet: 89, 4E and BB. RGB value is (137,78,187). Sum of RGB (Red+Green+Blue) = 137+78+187=402 (53% of max value = 765). Red value is 137 (53.91% from 255 or 34.08% from 402); Green value is 78 (30.86% from 255 or 19.40% from 402); Blue value is 187 (73.44% from 255 or 46.52% from 402); Max value from RGB is 187 - color contains mainly: blue. Hex color #894EBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #894EBB is #76B144. Grayscale: #6B6B6B. Windows color (decimal): -7778629 or 12275337. OLE color: 12275337.

HSL color Cylindrical-coordinate representation of color #894EBB: hue angle of 272.48º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #894EBB is Cyan = 0.27, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 137 78 187 -
CMYK 0.27 0.58 0 0.27
HSL 272.48º 0.44% 0.52% -
HSV(B) 272.48º 0.58% 0.73% -
XYZ 22.01 14.36 48.62 -
YUV 108.07 172.55 148.64 -
System Red Green Blue C M Y K H S L
Decimal 137 78 187 0.27 0.58 0 0.27 272.48 0.44 0.52
Hex 89 4E BB 1B 3A 0 1B 110 2C 34
Octal 211 116 273 33 72 0 33 420 54 64
Binary 10001001 1001110 10111011 11011 111010 0 11011 100010000 101100 110100

Color Harmonies of #894EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894EBB

Black with #894EBB

Text Example


Text Example

White with #894EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,78,187); }

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

background-color css

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

 a { background-color: rgb(137,78,187); }

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

border-color css

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

 span { border-color: rgb(137,78,187); }

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