#893BAE

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

Shades of Deep Lilac #893BAE

Tints of Deep Lilac #893BAE

Color information

#893BAE (or 0x893BAE) is unknown color: approx Deep Lilac. HEX triplet: 89, 3B and AE. RGB value is (137,59,174). Sum of RGB (Red+Green+Blue) = 137+59+174=370 (49% of max value = 765). Red value is 137 (53.91% from 255 or 37.03% from 370); Green value is 59 (23.44% from 255 or 15.95% from 370); Blue value is 174 (68.36% from 255 or 47.03% from 370); Max value from RGB is 174 - color contains mainly: blue. Hex color #893BAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #893BAE is #76C451. Grayscale: #5F5F5F. Windows color (decimal): -7783506 or 11418505. OLE color: 11418505.

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

Color convert

RGB13759174-
CMYK0.210.6600.32
HSL280.7º49.36%45.69%-
HSV(B)280.7º66.09%68.24%-
XYZ19.5211.541.24-
YUV95.43172.34157.65-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.03%
GREEN value IS 59 (23.44% from 255) = 15.95%
BLUE value IS 174 (68.36% from 255) = 47.03%
R=37.03%
G=15.95%
B=47.03%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal137591740.210.6600.32280.749.3645.69
Hex893BAE1542020119312e
Octal21173256251020404316156
Binary10001001111011101011101010110000100100000100011001110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893BAE; }

 p { color: rgb(137,59,174); }

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

<style>
 a { background-color: #893BAE; }

 a { background-color: rgb(137,59,174); }

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

<style>
 span { border-color: #893BAE; }

 span { border-color: rgb(137,59,174); }

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