#913DAE

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

Shades of Deep Lilac #913DAE

Tints of Deep Lilac #913DAE

Color information

#913DAE (or 0x913DAE) is unknown color: approx Deep Lilac. HEX triplet: 91, 3D and AE. RGB value is (145,61,174). Sum of RGB (Red+Green+Blue) = 145+61+174=380 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.16% from 380); Green value is 61 (24.22% from 255 or 16.05% from 380); Blue value is 174 (68.36% from 255 or 45.79% from 380); Max value from RGB is 174 - color contains mainly: blue. Hex color #913DAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #913DAE is #6EC251. Grayscale: #626262. Windows color (decimal): -7258706 or 11419025. OLE color: 11419025.

HSL color Cylindrical-coordinate representation of color #913DAE: hue angle of 284.6º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #913DAE is Cyan = 0.17, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB14561174-
CMYK0.170.6500.32
HSL284.6º48.09%46.08%-
HSV(B)284.6º64.94%68.24%-
XYZ20.9912.4141.33-
YUV99170.33160.81-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.16%
GREEN value IS 61 (24.22% from 255) = 16.05%
BLUE value IS 174 (68.36% from 255) = 45.79%
R=38.16%
G=16.05%
B=45.79%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal145611740.170.6500.32284.648.0946.08
Hex913DAE114102011d302e
Octal22175256211010404356056
Binary10010001111101101011101000110000010100000100011101110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,61,174); }

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

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

 a { background-color: rgb(145,61,174); }

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

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

 span { border-color: rgb(145,61,174); }

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