#894BAF

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

Shades of Deep Lilac #894BAF

Tints of Deep Lilac #894BAF

Color information

#894BAF (or 0x894BAF) is unknown color: approx Deep Lilac. HEX triplet: 89, 4B and AF. RGB value is (137,75,175). Sum of RGB (Red+Green+Blue) = 137+75+175=387 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.40% from 387); Green value is 75 (29.69% from 255 or 19.38% from 387); Blue value is 175 (68.75% from 255 or 45.22% from 387); Max value from RGB is 175 - color contains mainly: blue. Hex color #894BAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #894BAF is #76B450. Grayscale: #686868. Windows color (decimal): -7779409 or 11488137. OLE color: 11488137.

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

Color convert

RGB13775175-
CMYK0.220.5700.31
HSL277.2º40%49.02%-
HSV(B)277.2º57.14%68.63%-
XYZ20.5713.4542.07-
YUV104.94167.54150.87-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.40%
GREEN value IS 75 (29.69% from 255) = 19.38%
BLUE value IS 175 (68.75% from 255) = 45.22%
R=35.40%
G=19.38%
B=45.22%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal137751750.220.5700.31277.24049.02
Hex894BAF163901F1152831
Octal21111325726710374255061
Binary1000100110010111010111110110111001011111100010101101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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