#913AAD

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

Shades of Deep Lilac #913AAD

Tints of Deep Lilac #913AAD

Color information

#913AAD (or 0x913AAD) is unknown color: approx Deep Lilac. HEX triplet: 91, 3A and AD. RGB value is (145,58,173). Sum of RGB (Red+Green+Blue) = 145+58+173=376 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.56% from 376); Green value is 58 (23.05% from 255 or 15.43% from 376); Blue value is 173 (67.97% from 255 or 46.01% from 376); Max value from RGB is 173 - color contains mainly: blue. Hex color #913AAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #913AAD is #6EC552. Grayscale: #606060. Windows color (decimal): -7259475 or 11352721. OLE color: 11352721.

HSL color Cylindrical-coordinate representation of color #913AAD: hue angle of 285.39º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #913AAD is Cyan = 0.16, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB14558173-
CMYK0.160.6600.32
HSL285.39º49.78%45.29%-
HSV(B)285.39º66.47%67.84%-
XYZ20.7312.0640.77-
YUV97.12170.82162.15-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.56%
GREEN value IS 58 (23.05% from 255) = 15.43%
BLUE value IS 173 (67.97% from 255) = 46.01%
R=38.56%
G=15.43%
B=46.01%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal145581730.160.6600.32285.3949.7845.29
Hex913AAD104202011d322d
Octal22172255201020404356255
Binary10010001111010101011011000010000100100000100011101110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,58,173); }

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

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

 a { background-color: rgb(145,58,173); }

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

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

 span { border-color: rgb(145,58,173); }

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