#894FAD

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

Shades of Deep Lilac #894FAD

Tints of Deep Lilac #894FAD

Color information

#894FAD (or 0x894FAD) is unknown color: approx Deep Lilac. HEX triplet: 89, 4F and AD. RGB value is (137,79,173). Sum of RGB (Red+Green+Blue) = 137+79+173=389 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.22% from 389); Green value is 79 (31.25% from 255 or 20.31% from 389); Blue value is 173 (67.97% from 255 or 44.47% from 389); Max value from RGB is 173 - color contains mainly: blue. Hex color #894FAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #894FAD is #76B052. Grayscale: #6A6A6A. Windows color (decimal): -7778387 or 11358089. OLE color: 11358089.

HSL color Cylindrical-coordinate representation of color #894FAD: hue angle of 277.02º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #894FAD is Cyan = 0.21, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB13779173-
CMYK0.210.5400.32
HSL277.02º37.3%49.41%-
HSV(B)277.02º54.34%67.84%-
XYZ20.6613.9341.13-
YUV107.06165.22149.36-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.22%
GREEN value IS 79 (31.25% from 255) = 20.31%
BLUE value IS 173 (67.97% from 255) = 44.47%
R=35.22%
G=20.31%
B=44.47%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal137791730.210.5400.32277.0237.349.41
Hex894FAD15360201152531
Octal21111725525660404254561
Binary10001001100111110101101101011101100100000100010101100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,79,173); }

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

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

 a { background-color: rgb(137,79,173); }

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

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

 span { border-color: rgb(137,79,173); }

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