#8957A5

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

Shades of Deep Lilac #8957A5

Tints of Deep Lilac #8957A5

Color information

#8957A5 (or 0x8957A5) is unknown color: approx Deep Lilac. HEX triplet: 89, 57 and A5. RGB value is (137,87,165). Sum of RGB (Red+Green+Blue) = 137+87+165=389 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.22% from 389); Green value is 87 (34.38% from 255 or 22.37% from 389); Blue value is 165 (64.84% from 255 or 42.42% from 389); Max value from RGB is 165 - color contains mainly: blue. Hex color #8957A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8957A5 is #76A85A. Grayscale: #6E6E6E. Windows color (decimal): -7776347 or 10835849. OLE color: 10835849.

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

Color convert

RGB13787165-
CMYK0.170.4700.35
HSL278.46º30.95%49.41%-
HSV(B)278.46º47.27%64.71%-
XYZ20.5214.8537.38-
YUV110.84158.56146.66-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.22%
GREEN value IS 87 (34.38% from 255) = 22.37%
BLUE value IS 165 (64.84% from 255) = 42.42%
R=35.22%
G=22.37%
B=42.42%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal137871650.170.4700.35278.4630.9549.41
Hex8957A5112F0231161f31
Octal21112724521570434263761
Binary1000100110101111010010110001101111010001110001011011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8957A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8957A5; }

 p { color: rgb(137,87,165); }

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

<style>
 a { background-color: #8957A5; }

 a { background-color: rgb(137,87,165); }

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

<style>
 span { border-color: #8957A5; }

 span { border-color: rgb(137,87,165); }

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