#915AAF

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

Shades of Deep Lilac #915AAF

Tints of Deep Lilac #915AAF

Color information

#915AAF (or 0x915AAF) is unknown color: approx Deep Lilac. HEX triplet: 91, 5A and AF. RGB value is (145,90,175). Sum of RGB (Red+Green+Blue) = 145+90+175=410 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.37% from 410); Green value is 90 (35.55% from 255 or 21.95% from 410); Blue value is 175 (68.75% from 255 or 42.68% from 410); Max value from RGB is 175 - color contains mainly: blue. Hex color #915AAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #915AAF is #6EA550. Grayscale: #737373. Windows color (decimal): -7251281 or 11491985. OLE color: 11491985.

HSL color Cylindrical-coordinate representation of color #915AAF: hue angle of 278.82º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #915AAF is Cyan = 0.17, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB14590175-
CMYK0.170.4900.31
HSL278.82º34.69%51.96%-
HSV(B)278.82º48.57%68.63%-
XYZ23.0716.4342.51-
YUV116.14161.22148.59-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 35.37%
GREEN value IS 90 (35.55% from 255) = 21.95%
BLUE value IS 175 (68.75% from 255) = 42.68%
R=35.37%
G=21.95%
B=42.68%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal145901750.170.4900.31278.8234.6951.96
Hex915AAF113101F1172334
Octal22113225721610374274364
Binary1001000110110101010111110001110001011111100010111100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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