#915AAC

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

Shades of Deep Lilac #915AAC

Tints of Deep Lilac #915AAC

Color information

#915AAC (or 0x915AAC) is unknown color: approx Deep Lilac. HEX triplet: 91, 5A and AC. RGB value is (145,90,172). Sum of RGB (Red+Green+Blue) = 145+90+172=407 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.63% from 407); Green value is 90 (35.55% from 255 or 22.11% from 407); Blue value is 172 (67.58% from 255 or 42.26% from 407); Max value from RGB is 172 - color contains mainly: blue. Hex color #915AAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #915AAC is #6EA553. Grayscale: #737373. Windows color (decimal): -7251284 or 11295377. OLE color: 11295377.

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

Color convert

RGB14590172-
CMYK0.160.4800.33
HSL280.24º33.06%51.37%-
HSV(B)280.24º47.67%67.45%-
XYZ22.7816.3140.98-
YUV115.79159.72148.83-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 35.63%
GREEN value IS 90 (35.55% from 255) = 22.11%
BLUE value IS 172 (67.58% from 255) = 42.26%
R=35.63%
G=22.11%
B=42.26%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal145901720.160.4800.33280.2433.0651.37
Hex915AAC10300211182133
Octal22113225420600414304163
Binary10010001101101010101100100001100000100001100011000100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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