#913AAC

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

Shades of Deep Lilac #913AAC

Tints of Deep Lilac #913AAC

Color information

#913AAC (or 0x913AAC) is unknown color: approx Deep Lilac. HEX triplet: 91, 3A and AC. RGB value is (145,58,172). Sum of RGB (Red+Green+Blue) = 145+58+172=375 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.67% from 375); Green value is 58 (23.05% from 255 or 15.47% from 375); Blue value is 172 (67.58% from 255 or 45.87% from 375); Max value from RGB is 172 - color contains mainly: blue. Hex color #913AAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #913AAC is #6EC553. Grayscale: #606060. Windows color (decimal): -7259476 or 11287185. OLE color: 11287185.

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

Color convert

RGB14558172-
CMYK0.160.6600.33
HSL285.79º49.57%45.1%-
HSV(B)285.79º66.28%67.45%-
XYZ20.6412.0240.26-
YUV97.01170.32162.23-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.67%
GREEN value IS 58 (23.05% from 255) = 15.47%
BLUE value IS 172 (67.58% from 255) = 45.87%
R=38.67%
G=15.47%
B=45.87%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal145581720.160.6600.33285.7949.5745.1
Hex913AAC104202111e322d
Octal22172254201020414366255
Binary10010001111010101011001000010000100100001100011110110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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