#894DBF

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

Shades of Deep Lilac #894DBF

Tints of Deep Lilac #894DBF

Color information

#894DBF (or 0x894DBF) is unknown color: approx Deep Lilac. HEX triplet: 89, 4D and BF. RGB value is (137,77,191). Sum of RGB (Red+Green+Blue) = 137+77+191=405 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.83% from 405); Green value is 77 (30.47% from 255 or 19.01% from 405); Blue value is 191 (75% from 255 or 47.16% from 405); Max value from RGB is 191 - color contains mainly: blue. Hex color #894DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #894DBF is #76B240. Grayscale: #6B6B6B. Windows color (decimal): -7778881 or 12537225. OLE color: 12537225.

HSL color Cylindrical-coordinate representation of color #894DBF: hue angle of 271.58º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #894DBF is Cyan = 0.28, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13777191-
CMYK0.280.6000.25
HSL271.58º47.11%52.55%-
HSV(B)271.58º59.69%74.9%-
XYZ22.3714.3950.89-
YUV107.94174.88148.73-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.83%
GREEN value IS 77 (30.47% from 255) = 19.01%
BLUE value IS 191 (75% from 255) = 47.16%
R=33.83%
G=19.01%
B=47.16%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal137771910.280.6000.25271.5847.1152.55
Hex894DBF1C3C0191102f35
Octal21111527734740314205765
Binary1000100110011011011111111100111100011001100010000101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,77,191); }

 H1.HeaderClassName
 {
   color: #894DBF;
 }
 .AnyTagClassName
 {
   color: #894DBF;
 }
</style>
background-color css

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

 a { background-color: rgb(137,77,191); }

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

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

 span { border-color: rgb(137,77,191); }

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