#915DAB

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

Shades of Deep Lilac #915DAB

Tints of Deep Lilac #915DAB

Color information

#915DAB (or 0x915DAB) is unknown color: approx Deep Lilac. HEX triplet: 91, 5D and AB. RGB value is (145,93,171). Sum of RGB (Red+Green+Blue) = 145+93+171=409 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.45% from 409); Green value is 93 (36.72% from 255 or 22.74% from 409); Blue value is 171 (67.19% from 255 or 41.81% from 409); Max value from RGB is 171 - color contains mainly: blue. Hex color #915DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #915DAB is #6EA254. Grayscale: #757575. Windows color (decimal): -7250517 or 11230609. OLE color: 11230609.

HSL color Cylindrical-coordinate representation of color #915DAB: hue angle of 280º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #915DAB is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14593171-
CMYK0.150.4600.33
HSL280º31.71%51.76%-
HSV(B)280º45.61%67.06%-
XYZ22.9416.7940.56-
YUV117.44158.23147.66-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 35.45%
GREEN value IS 93 (36.72% from 255) = 22.74%
BLUE value IS 171 (67.19% from 255) = 41.81%
R=35.45%
G=22.74%
B=41.81%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal145931710.150.4600.3328031.7151.76
Hex915DABF2E0211182034
Octal22113525317560414304064
Binary1001000110111011010101111111011100100001100011000100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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