#913EAB

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

Shades of Deep Lilac #913EAB

Tints of Deep Lilac #913EAB

Color information

#913EAB (or 0x913EAB) is unknown color: approx Deep Lilac. HEX triplet: 91, 3E and AB. RGB value is (145,62,171). Sum of RGB (Red+Green+Blue) = 145+62+171=378 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.36% from 378); Green value is 62 (24.61% from 255 or 16.40% from 378); Blue value is 171 (67.19% from 255 or 45.24% from 378); Max value from RGB is 171 - color contains mainly: blue. Hex color #913EAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #913EAB is #6EC154. Grayscale: #626262. Windows color (decimal): -7258453 or 11222673. OLE color: 11222673.

HSL color Cylindrical-coordinate representation of color #913EAB: hue angle of 285.69º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #913EAB is Cyan = 0.15, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14562171-
CMYK0.150.6400.33
HSL285.69º46.78%45.69%-
HSV(B)285.69º63.74%67.06%-
XYZ20.7512.4139.83-
YUV99.24168.5160.64-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.36%
GREEN value IS 62 (24.61% from 255) = 16.40%
BLUE value IS 171 (67.19% from 255) = 45.24%
R=38.36%
G=16.40%
B=45.24%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal145621710.150.6400.33285.6946.7845.69
Hex913EABF4002111e2f2e
Octal22176253171000414365756
Binary1001000111111010101011111110000000100001100011110101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #913EAB; }

 p { color: rgb(145,62,171); }

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

<style>
 a { background-color: #913EAB; }

 a { background-color: rgb(145,62,171); }

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

<style>
 span { border-color: #913EAB; }

 span { border-color: rgb(145,62,171); }

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