#8B48AC

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

Shades of Deep Lilac #8B48AC

Tints of Deep Lilac #8B48AC

Color information

#8B48AC (or 0x8B48AC) is unknown color: approx Deep Lilac. HEX triplet: 8B, 48 and AC. RGB value is (139,72,172). Sum of RGB (Red+Green+Blue) = 139+72+172=383 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.29% from 383); Green value is 72 (28.52% from 255 or 18.80% from 383); Blue value is 172 (67.58% from 255 or 44.91% from 383); Max value from RGB is 172 - color contains mainly: blue. Hex color #8B48AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B48AC is #74B753. Grayscale: #676767. Windows color (decimal): -7649108 or 11290763. OLE color: 11290763.

HSL color Cylindrical-coordinate representation of color #8B48AC: hue angle of 280.2º degrees, saturation: 0.41, 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 #8B48AC is Cyan = 0.19, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13972172-
CMYK0.190.5800.33
HSL280.2º40.98%47.84%-
HSV(B)280.2º58.14%67.45%-
XYZ20.4113.140.48-
YUV103.43166.7153.37-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.29%
GREEN value IS 72 (28.52% from 255) = 18.80%
BLUE value IS 172 (67.58% from 255) = 44.91%
R=36.29%
G=18.80%
B=44.91%

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
Decimal139721720.190.5800.33280.240.9847.84
Hex8B48AC133A0211182930
Octal21311025423720414305160
Binary10001011100100010101100100111110100100001100011000101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B48AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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