#8959AB

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

Shades of Deep Lilac #8959AB

Tints of Deep Lilac #8959AB

Color information

#8959AB (or 0x8959AB) is unknown color: approx Deep Lilac. HEX triplet: 89, 59 and AB. RGB value is (137,89,171). Sum of RGB (Red+Green+Blue) = 137+89+171=397 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.51% from 397); Green value is 89 (35.16% from 255 or 22.42% from 397); Blue value is 171 (67.19% from 255 or 43.07% from 397); Max value from RGB is 171 - color contains mainly: blue. Hex color #8959AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8959AB is #76A654. Grayscale: #707070. Windows color (decimal): -7775829 or 11229577. OLE color: 11229577.

HSL color Cylindrical-coordinate representation of color #8959AB: hue angle of 275.12º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8959AB is Cyan = 0.20, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13789171-
CMYK0.200.4800.33
HSL275.12º32.8%50.98%-
HSV(B)275.12º47.95%67.06%-
XYZ21.2415.440.38-
YUV112.7160.9145.33-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 34.51%
GREEN value IS 89 (35.16% from 255) = 22.42%
BLUE value IS 171 (67.19% from 255) = 43.07%
R=34.51%
G=22.42%
B=43.07%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal137891710.200.4800.33275.1232.850.98
Hex8959AB14300211132133
Octal21113125324600414234163
Binary10001001101100110101011101001100000100001100010011100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8959AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8959AB; }

 p { color: rgb(137,89,171); }

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

<style>
 a { background-color: #8959AB; }

 a { background-color: rgb(137,89,171); }

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

<style>
 span { border-color: #8959AB; }

 span { border-color: rgb(137,89,171); }

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