#8B4EAE

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

Shades of Deep Lilac #8B4EAE

Tints of Deep Lilac #8B4EAE

Color information

#8B4EAE (or 0x8B4EAE) is unknown color: approx Deep Lilac. HEX triplet: 8B, 4E and AE. RGB value is (139,78,174). Sum of RGB (Red+Green+Blue) = 139+78+174=391 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.55% from 391); Green value is 78 (30.86% from 255 or 19.95% from 391); Blue value is 174 (68.36% from 255 or 44.50% from 391); Max value from RGB is 174 - color contains mainly: blue. Hex color #8B4EAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B4EAE is #74B151. Grayscale: #6A6A6A. Windows color (decimal): -7647570 or 11423371. OLE color: 11423371.

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

Color convert

RGB13978174-
CMYK0.200.5500.32
HSL278.12º38.1%49.41%-
HSV(B)278.12º55.17%68.24%-
XYZ21.0113.9941.64-
YUV107.18165.71150.69-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.55%
GREEN value IS 78 (30.86% from 255) = 19.95%
BLUE value IS 174 (68.36% from 255) = 44.50%
R=35.55%
G=19.95%
B=44.50%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal139781740.200.5500.32278.1238.149.41
Hex8B4EAE14370201162631
Octal21311625624670404264661
Binary10001011100111010101110101001101110100000100010110100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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