#8B49AC

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

Shades of Deep Lilac #8B49AC

Tints of Deep Lilac #8B49AC

Color information

#8B49AC (or 0x8B49AC) is unknown color: approx Deep Lilac. HEX triplet: 8B, 49 and AC. RGB value is (139,73,172). Sum of RGB (Red+Green+Blue) = 139+73+172=384 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.20% from 384); Green value is 73 (28.91% from 255 or 19.01% from 384); Blue value is 172 (67.58% from 255 or 44.79% from 384); Max value from RGB is 172 - color contains mainly: blue. Hex color #8B49AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B49AC is #74B653. Grayscale: #676767. Windows color (decimal): -7648852 or 11291019. OLE color: 11291019.

HSL color Cylindrical-coordinate representation of color #8B49AC: hue angle of 280º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8B49AC is Cyan = 0.19, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13973172-
CMYK0.190.5800.33
HSL280º40.41%48.04%-
HSV(B)280º57.56%67.45%-
XYZ20.4813.2340.5-
YUV104.02166.37152.95-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.20%
GREEN value IS 73 (28.91% from 255) = 19.01%
BLUE value IS 172 (67.58% from 255) = 44.79%
R=36.20%
G=19.01%
B=44.79%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal139731720.190.5800.3328040.4148.04
Hex8B49AC133A0211182830
Octal21311125423720414305060
Binary10001011100100110101100100111110100100001100011000101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B49AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B49AC; }

 p { color: rgb(139,73,172); }

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

<style>
 a { background-color: #8B49AC; }

 a { background-color: rgb(139,73,172); }

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

<style>
 span { border-color: #8B49AC; }

 span { border-color: rgb(139,73,172); }

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