#894BAD

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

Shades of Deep Lilac #894BAD

Tints of Deep Lilac #894BAD

Color information

#894BAD (or 0x894BAD) is unknown color: approx Deep Lilac. HEX triplet: 89, 4B and AD. RGB value is (137,75,173). Sum of RGB (Red+Green+Blue) = 137+75+173=385 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.58% from 385); Green value is 75 (29.69% from 255 or 19.48% from 385); Blue value is 173 (67.97% from 255 or 44.94% from 385); Max value from RGB is 173 - color contains mainly: blue. Hex color #894BAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #894BAD is #76B452. Grayscale: #686868. Windows color (decimal): -7779411 or 11357065. OLE color: 11357065.

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

Color convert

RGB13775173-
CMYK0.210.5700.32
HSL277.96º39.52%48.63%-
HSV(B)277.96º56.65%67.84%-
XYZ20.3813.3741.04-
YUV104.71166.54151.03-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.58%
GREEN value IS 75 (29.69% from 255) = 19.48%
BLUE value IS 173 (67.97% from 255) = 44.94%
R=35.58%
G=19.48%
B=44.94%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal137751730.210.5700.32277.9639.5248.63
Hex894BAD15390201162831
Octal21111325525710404265061
Binary10001001100101110101101101011110010100000100010110101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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