#8956AB

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

Shades of Deep Lilac #8956AB

Tints of Deep Lilac #8956AB

Color information

#8956AB (or 0x8956AB) is unknown color: approx Deep Lilac. HEX triplet: 89, 56 and AB. RGB value is (137,86,171). Sum of RGB (Red+Green+Blue) = 137+86+171=394 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.77% from 394); Green value is 86 (33.98% from 255 or 21.83% from 394); Blue value is 171 (67.19% from 255 or 43.40% from 394); Max value from RGB is 171 - color contains mainly: blue. Hex color #8956AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8956AB is #76A954. Grayscale: #6E6E6E. Windows color (decimal): -7776597 or 11228809. OLE color: 11228809.

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

Color convert

RGB13786171-
CMYK0.200.5000.33
HSL276º33.6%50.39%-
HSV(B)276º49.71%67.06%-
XYZ2114.9140.3-
YUV110.94161.9146.59-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 34.77%
GREEN value IS 86 (33.98% from 255) = 21.83%
BLUE value IS 171 (67.19% from 255) = 43.40%
R=34.77%
G=21.83%
B=43.40%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal137861710.200.5000.3327633.650.39
Hex8956AB14320211142232
Octal21112625324620414244262
Binary10001001101011010101011101001100100100001100010100100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8956AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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