#8B48AE

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

Shades of Deep Lilac #8B48AE

Tints of Deep Lilac #8B48AE

Color information

#8B48AE (or 0x8B48AE) is unknown color: approx Deep Lilac. HEX triplet: 8B, 48 and AE. RGB value is (139,72,174). Sum of RGB (Red+Green+Blue) = 139+72+174=385 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.10% from 385); Green value is 72 (28.52% from 255 or 18.70% from 385); Blue value is 174 (68.36% from 255 or 45.19% from 385); Max value from RGB is 174 - color contains mainly: blue. Hex color #8B48AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B48AE is #74B751. Grayscale: #676767. Windows color (decimal): -7649106 or 11421835. OLE color: 11421835.

HSL color Cylindrical-coordinate representation of color #8B48AE: hue angle of 279.41º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8B48AE is Cyan = 0.20, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB13972174-
CMYK0.200.5900.32
HSL279.41º41.46%48.24%-
HSV(B)279.41º58.62%68.24%-
XYZ20.613.1841.5-
YUV103.66167.7153.21-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.10%
GREEN value IS 72 (28.52% from 255) = 18.70%
BLUE value IS 174 (68.36% from 255) = 45.19%
R=36.10%
G=18.70%
B=45.19%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal139721740.200.5900.32279.4141.4648.24
Hex8B48AE143B0201172930
Octal21311025624730404275160
Binary10001011100100010101110101001110110100000100010111101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B48AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,72,174); }

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

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

 a { background-color: rgb(139,72,174); }

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

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

 span { border-color: rgb(139,72,174); }

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