#893DB1

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

Shades of Deep Lilac #893DB1

Tints of Deep Lilac #893DB1

Color information

#893DB1 (or 0x893DB1) is unknown color: approx Deep Lilac. HEX triplet: 89, 3D and B1. RGB value is (137,61,177). Sum of RGB (Red+Green+Blue) = 137+61+177=375 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.53% from 375); Green value is 61 (24.22% from 255 or 16.27% from 375); Blue value is 177 (69.53% from 255 or 47.2% from 375); Max value from RGB is 177 - color contains mainly: blue. Hex color #893DB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #893DB1 is #76C24E. Grayscale: #606060. Windows color (decimal): -7782991 or 11615625. OLE color: 11615625.

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

Color convert

RGB13761177-
CMYK0.230.6600.31
HSL279.31º48.74%46.67%-
HSV(B)279.31º65.54%69.41%-
XYZ19.9211.8342.83-
YUV96.95173.18156.57-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 36.53%
GREEN value IS 61 (24.22% from 255) = 16.27%
BLUE value IS 177 (69.53% from 255) = 47.2%
R=36.53%
G=16.27%
B=47.2%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal137611770.230.6600.31279.3148.7446.67
Hex893DB1174201F117312f
Octal21175261271020374276157
Binary1000100111110110110001101111000010011111100010111110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,61,177); }

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

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

 a { background-color: rgb(137,61,177); }

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

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

 span { border-color: rgb(137,61,177); }

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