#893CAF

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

Shades of Deep Lilac #893CAF

Tints of Deep Lilac #893CAF

Color information

#893CAF (or 0x893CAF) is unknown color: approx Deep Lilac. HEX triplet: 89, 3C and AF. RGB value is (137,60,175). Sum of RGB (Red+Green+Blue) = 137+60+175=372 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.83% from 372); Green value is 60 (23.83% from 255 or 16.13% from 372); Blue value is 175 (68.75% from 255 or 47.04% from 372); Max value from RGB is 175 - color contains mainly: blue. Hex color #893CAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #893CAF is #76C350. Grayscale: #5F5F5F. Windows color (decimal): -7783249 or 11484297. OLE color: 11484297.

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

Color convert

RGB13760175-
CMYK0.220.6600.31
HSL280.17º48.94%46.08%-
HSV(B)280.17º65.71%68.63%-
XYZ19.6711.6541.77-
YUV96.13172.51157.15-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 36.83%
GREEN value IS 60 (23.83% from 255) = 16.13%
BLUE value IS 175 (68.75% from 255) = 47.04%
R=36.83%
G=16.13%
B=47.04%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal137601750.220.6600.31280.1748.9446.08
Hex893CAF164201F118312e
Octal21174257261020374306156
Binary1000100111110010101111101101000010011111100011000110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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