#8B4EAC

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

Shades of Deep Lilac #8B4EAC

Tints of Deep Lilac #8B4EAC

Color information

#8B4EAC (or 0x8B4EAC) is unknown color: approx Deep Lilac. HEX triplet: 8B, 4E and AC. RGB value is (139,78,172). Sum of RGB (Red+Green+Blue) = 139+78+172=389 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.73% from 389); Green value is 78 (30.86% from 255 or 20.05% from 389); Blue value is 172 (67.58% from 255 or 44.22% from 389); Max value from RGB is 172 - color contains mainly: blue. Hex color #8B4EAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B4EAC is #74B153. Grayscale: #6A6A6A. Windows color (decimal): -7647572 or 11292299. OLE color: 11292299.

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

Color convert

RGB13978172-
CMYK0.190.5500.33
HSL278.94º37.6%49.02%-
HSV(B)278.94º54.65%67.45%-
XYZ20.8213.9240.62-
YUV106.96164.71150.86-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.73%
GREEN value IS 78 (30.86% from 255) = 20.05%
BLUE value IS 172 (67.58% from 255) = 44.22%
R=35.73%
G=20.05%
B=44.22%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal139781720.190.5500.33278.9437.649.02
Hex8B4EAC13370211172631
Octal21311625423670414274661
Binary10001011100111010101100100111101110100001100010111100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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