#894DAF

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

Shades of Deep Lilac #894DAF

Tints of Deep Lilac #894DAF

Color information

#894DAF (or 0x894DAF) is unknown color: approx Deep Lilac. HEX triplet: 89, 4D and AF. RGB value is (137,77,175). Sum of RGB (Red+Green+Blue) = 137+77+175=389 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.22% from 389); Green value is 77 (30.47% from 255 or 19.79% from 389); Blue value is 175 (68.75% from 255 or 44.99% from 389); Max value from RGB is 175 - color contains mainly: blue. Hex color #894DAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #894DAF is #76B250. Grayscale: #696969. Windows color (decimal): -7778897 or 11488649. OLE color: 11488649.

HSL color Cylindrical-coordinate representation of color #894DAF: hue angle of 276.73º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #894DAF is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB13777175-
CMYK0.220.5600.31
HSL276.73º38.89%49.41%-
HSV(B)276.73º56%68.63%-
XYZ20.7113.7242.11-
YUV106.11166.88150.03-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.22%
GREEN value IS 77 (30.47% from 255) = 19.79%
BLUE value IS 175 (68.75% from 255) = 44.99%
R=35.22%
G=19.79%
B=44.99%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal137771750.220.5600.31276.7338.8949.41
Hex894DAF163801F1152731
Octal21111525726700374254761
Binary1000100110011011010111110110111000011111100010101100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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