#915FAF

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

Shades of Deep Lilac #915FAF

Tints of Deep Lilac #915FAF

Color information

#915FAF (or 0x915FAF) is unknown color: approx Deep Lilac. HEX triplet: 91, 5F and AF. RGB value is (145,95,175). Sum of RGB (Red+Green+Blue) = 145+95+175=415 (54% of max value = 765). Red value is 145 (57.03% from 255 or 34.94% from 415); Green value is 95 (37.5% from 255 or 22.89% from 415); Blue value is 175 (68.75% from 255 or 42.17% from 415); Max value from RGB is 175 - color contains mainly: blue. Hex color #915FAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #915FAF is #6EA050. Grayscale: #767676. Windows color (decimal): -7250001 or 11493265. OLE color: 11493265.

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

Color convert

RGB14595175-
CMYK0.170.4600.31
HSL277.5º33.33%52.94%-
HSV(B)277.5º45.71%68.63%-
XYZ23.5117.342.66-
YUV119.07159.56146.5-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.94%
GREEN value IS 95 (37.5% from 255) = 22.89%
BLUE value IS 175 (68.75% from 255) = 42.17%
R=34.94%
G=22.89%
B=42.17%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal145951750.170.4600.31277.533.3352.94
Hex915FAF112E01F1162135
Octal22113725721560374264165
Binary1001000110111111010111110001101110011111100010110100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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