Html Css Color HEX #894EBC Deep Lilac

📋 copy color: '#894EBC'

red 137 ◦ green 78 ◦ blue 188

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

Shades of Deep Lilac #894EBC

Tints of Deep Lilac #894EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 46.65%

R = 34%
G = 19.35%
B = 46.65%

CMYK

 C value IS 0.27

 M value IS 0.59

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#894EBC (or 0x894EBC) is known color: Deep Lilac. HEX triplet: 89, 4E and BC. RGB value is (137,78,188). Sum of RGB (Red+Green+Blue) = 137+78+188=403 (53% of max value = 765). Red value is 137 (53.91% from 255 or 34.00% from 403); Green value is 78 (30.86% from 255 or 19.35% from 403); Blue value is 188 (73.83% from 255 or 46.65% from 403); Max value from RGB is 188 - color contains mainly: blue. Hex color #894EBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #894EBC is #76B143. Grayscale: #6B6B6B. Windows color (decimal): -7778628 or 12340873. OLE color: 12340873.

HSL color Cylindrical-coordinate representation of color #894EBC: hue angle of 272.18º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #894EBC is Cyan = 0.27, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 137 78 188 -
CMYK 0.27 0.59 0 0.26
HSL 272.18º 0.45% 0.52% -
HSV(B) 272.18º 0.59% 0.74% -
XYZ 22.12 14.4 49.19 -
YUV 108.18 173.05 148.56 -
System Red Green Blue C M Y K H S L
Decimal 137 78 188 0.27 0.59 0 0.26 272.18 0.45 0.52
Hex 89 4E BC 1B 3B 0 1A 110 2D 34
Octal 211 116 274 33 73 0 32 420 55 64
Binary 10001001 1001110 10111100 11011 111011 0 11010 100010000 101101 110100

Color Harmonies of #894EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894EBC

Black with #894EBC

Text Example


Text Example

White with #894EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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