#8B49AA

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

Shades of Deep Lilac #8B49AA

Tints of Deep Lilac #8B49AA

Color information

#8B49AA (or 0x8B49AA) is unknown color: approx Deep Lilac. HEX triplet: 8B, 49 and AA. RGB value is (139,73,170). Sum of RGB (Red+Green+Blue) = 139+73+170=382 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.39% from 382); Green value is 73 (28.91% from 255 or 19.11% from 382); Blue value is 170 (66.80% from 255 or 44.50% from 382); Max value from RGB is 170 - color contains mainly: blue. Hex color #8B49AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B49AA is #74B655. Grayscale: #676767. Windows color (decimal): -7648854 or 11159947. OLE color: 11159947.

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

Color convert

RGB13973170-
CMYK0.180.5700.33
HSL280.82º39.92%47.65%-
HSV(B)280.82º57.06%66.67%-
XYZ20.2913.1639.5-
YUV103.79165.37153.11-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.39%
GREEN value IS 73 (28.91% from 255) = 19.11%
BLUE value IS 170 (66.80% from 255) = 44.50%
R=36.39%
G=19.11%
B=44.50%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal139731700.180.5700.33280.8239.9247.65
Hex8B49AA12390211192830
Octal21311125222710414315060
Binary10001011100100110101010100101110010100001100011001101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B49AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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