#8B48B4

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

Shades of Deep Lilac #8B48B4

Tints of Deep Lilac #8B48B4

Color information

#8B48B4 (or 0x8B48B4) is unknown color: approx Deep Lilac. HEX triplet: 8B, 48 and B4. RGB value is (139,72,180). Sum of RGB (Red+Green+Blue) = 139+72+180=391 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.55% from 391); Green value is 72 (28.52% from 255 or 18.41% from 391); Blue value is 180 (70.70% from 255 or 46.04% from 391); Max value from RGB is 180 - color contains mainly: blue. Hex color #8B48B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B48B4 is #74B74B. Grayscale: #676767. Windows color (decimal): -7649100 or 11815051. OLE color: 11815051.

HSL color Cylindrical-coordinate representation of color #8B48B4: hue angle of 277.22º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8B48B4 is Cyan = 0.23, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB13972180-
CMYK0.230.6000.29
HSL277.22º42.86%49.41%-
HSV(B)277.22º60%70.59%-
XYZ21.213.4244.65-
YUV104.34170.7152.72-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.55%
GREEN value IS 72 (28.52% from 255) = 18.41%
BLUE value IS 180 (70.70% from 255) = 46.04%
R=35.55%
G=18.41%
B=46.04%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal139721800.230.6000.29277.2242.8649.41
Hex8B48B4173C01D1152b31
Octal21311026427740354255361
Binary1000101110010001011010010111111100011101100010101101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B48B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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