#915DAF

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

Shades of Deep Lilac #915DAF

Tints of Deep Lilac #915DAF

Color information

#915DAF (or 0x915DAF) is unknown color: approx Deep Lilac. HEX triplet: 91, 5D and AF. RGB value is (145,93,175). Sum of RGB (Red+Green+Blue) = 145+93+175=413 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.11% from 413); Green value is 93 (36.72% from 255 or 22.52% from 413); Blue value is 175 (68.75% from 255 or 42.37% from 413); Max value from RGB is 175 - color contains mainly: blue. Hex color #915DAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #915DAF is #6EA250. Grayscale: #757575. Windows color (decimal): -7250513 or 11492753. OLE color: 11492753.

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

Color convert

RGB14593175-
CMYK0.170.4700.31
HSL278.05º33.88%52.55%-
HSV(B)278.05º46.86%68.63%-
XYZ23.3316.9442.6-
YUV117.9160.23147.33-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 35.11%
GREEN value IS 93 (36.72% from 255) = 22.52%
BLUE value IS 175 (68.75% from 255) = 42.37%
R=35.11%
G=22.52%
B=42.37%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal145931750.170.4700.31278.0533.8852.55
Hex915DAF112F01F1162235
Octal22113525721570374264265
Binary1001000110111011010111110001101111011111100010110100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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