#913DAA

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

Shades of Deep Lilac #913DAA

Tints of Deep Lilac #913DAA

Color information

#913DAA (or 0x913DAA) is unknown color: approx Deep Lilac. HEX triplet: 91, 3D and AA. RGB value is (145,61,170). Sum of RGB (Red+Green+Blue) = 145+61+170=376 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.56% from 376); Green value is 61 (24.22% from 255 or 16.22% from 376); Blue value is 170 (66.80% from 255 or 45.21% from 376); Max value from RGB is 170 - color contains mainly: blue. Hex color #913DAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #913DAA is #6EC255. Grayscale: #626262. Windows color (decimal): -7258710 or 11156881. OLE color: 11156881.

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

Color convert

RGB14561170-
CMYK0.150.6400.33
HSL286.24º47.19%45.29%-
HSV(B)286.24º64.12%66.67%-
XYZ20.612.2639.31-
YUV98.54168.33161.14-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.56%
GREEN value IS 61 (24.22% from 255) = 16.22%
BLUE value IS 170 (66.80% from 255) = 45.21%
R=38.56%
G=16.22%
B=45.21%

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
Decimal145611700.150.6400.33286.2447.1945.29
Hex913DAAF4002111e2f2d
Octal22175252171000414365755
Binary1001000111110110101010111110000000100001100011110101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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