#8947AB

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

Shades of Deep Lilac #8947AB

Tints of Deep Lilac #8947AB

Color information

#8947AB (or 0x8947AB) is unknown color: approx Deep Lilac. HEX triplet: 89, 47 and AB. RGB value is (137,71,171). Sum of RGB (Red+Green+Blue) = 137+71+171=379 (50% of max value = 765). Red value is 137 (53.91% from 255 or 36.15% from 379); Green value is 71 (28.12% from 255 or 18.73% from 379); Blue value is 171 (67.19% from 255 or 45.12% from 379); Max value from RGB is 171 - color contains mainly: blue. Hex color #8947AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8947AB is #76B854. Grayscale: #656565. Windows color (decimal): -7780437 or 11224969. OLE color: 11224969.

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

Color convert

RGB13771171-
CMYK0.200.5800.33
HSL279.6º41.32%47.45%-
HSV(B)279.6º58.48%67.06%-
XYZ19.9212.7739.94-
YUV102.13166.87152.87-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 36.15%
GREEN value IS 71 (28.12% from 255) = 18.73%
BLUE value IS 171 (67.19% from 255) = 45.12%
R=36.15%
G=18.73%
B=45.12%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal137711710.200.5800.33279.641.3247.45
Hex8947AB143A021118292f
Octal21110725324720414305157
Binary10001001100011110101011101001110100100001100011000101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8947AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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