#8e5bac

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

Shades of Deep Lilac #8E5BAC

Tints of Deep Lilac #8E5BAC

Color information

#8E5BAC (or 0x8E5BAC) is unknown color: approx Deep Lilac. HEX triplet: 8E, 5B and AC. RGB value is (142,91,172). Sum of RGB (Red+Green+Blue) = 142+91+172=405 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.06% from 405); Green value is 91 (35.94% from 255 or 22.47% from 405); Blue value is 172 (67.58% from 255 or 42.47% from 405); Max value from RGB is 172 - color contains mainly: blue. Hex color #8E5BAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E5BAC is #71A453. Grayscale: #737373. Windows color (decimal): -7447636 or 11295630. OLE color: 11295630.

HSL color Cylindrical-coordinate representation of color #8E5BAC: hue angle of 277.78º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8E5BAC is Cyan = 0.17, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14291172-
CMYK0.170.4700.33
HSL277.78º32.79%51.57%-
HSV(B)277.78º47.09%67.45%-
XYZ22.3416.2140.98-
YUV115.48159.9146.91-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 35.06%
GREEN value IS 91 (35.94% from 255) = 22.47%
BLUE value IS 172 (67.58% from 255) = 42.47%
R=35.06%
G=22.47%
B=42.47%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal142911720.170.4700.33277.7832.7951.57
Hex8E5BAC112F0211162134
Octal21613325421570414264164
Binary10001110101101110101100100011011110100001100010110100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8e5bac

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,91,172); }

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

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

 a { background-color: rgb(142,91,172); }

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

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

 span { border-color: rgb(142,91,172); }

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