#894EBC

Color #894EBC Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #894EBC

Tints of Deep Lilac #894EBC

Color information

#894EBC (or 0x894EBC) is unknown color: approx 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

RGB13778188-
CMYK0.270.5900.26
HSL272.18º45.08%52.16%-
HSV(B)272.18º58.51%73.73%-
XYZ22.1214.449.19-
YUV108.18173.05148.56-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 34.00%
GREEN value IS 78 (30.86% from 255) = 19.35%
BLUE value IS 188 (73.83% from 255) = 46.65%
R=34.00%
G=19.35%
B=46.65%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal137781880.270.5900.26272.1845.0852.16
Hex894EBC1B3B01A1102d34
Octal21111627433730324205564
Binary1000100110011101011110011011111011011010100010000101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>