#893CB0

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

Shades of Deep Lilac #893CB0

Tints of Deep Lilac #893CB0

Color information

#893CB0 (or 0x893CB0) is unknown color: approx Deep Lilac. HEX triplet: 89, 3C and B0. RGB value is (137,60,176). Sum of RGB (Red+Green+Blue) = 137+60+176=373 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.73% from 373); Green value is 60 (23.83% from 255 or 16.09% from 373); Blue value is 176 (69.14% from 255 or 47.18% from 373); Max value from RGB is 176 - color contains mainly: blue. Hex color #893CB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #893CB0 is #76C34F. Grayscale: #5F5F5F. Windows color (decimal): -7783248 or 11549833. OLE color: 11549833.

HSL color Cylindrical-coordinate representation of color #893CB0: hue angle of 279.83º 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 #893CB0 is Cyan = 0.22, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB13760176-
CMYK0.220.6600.31
HSL279.83º49.15%46.27%-
HSV(B)279.83º65.91%69.02%-
XYZ19.7711.6842.29-
YUV96.25173.01157.07-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 36.73%
GREEN value IS 60 (23.83% from 255) = 16.09%
BLUE value IS 176 (69.14% from 255) = 47.18%
R=36.73%
G=16.09%
B=47.18%

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
Decimal137601760.220.6600.31279.8349.1546.27
Hex893CB0164201F118312e
Octal21174260261020374306156
Binary1000100111110010110000101101000010011111100011000110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893CB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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