#8E4DC1

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

Shades of Deep Lilac #8E4DC1

Tints of Deep Lilac #8E4DC1

Color information

#8E4DC1 (or 0x8E4DC1) is unknown color: approx Deep Lilac. HEX triplet: 8E, 4D and C1. RGB value is (142,77,193). Sum of RGB (Red+Green+Blue) = 142+77+193=412 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.47% from 412); Green value is 77 (30.47% from 255 or 18.69% from 412); Blue value is 193 (75.78% from 255 or 46.84% from 412); Max value from RGB is 193 - color contains mainly: blue. Hex color #8E4DC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E4DC1 is #71B23E. Grayscale: #6D6D6D. Windows color (decimal): -7451199 or 12668302. OLE color: 12668302.

HSL color Cylindrical-coordinate representation of color #8E4DC1: hue angle of 273.62º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8E4DC1 is Cyan = 0.26, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB14277193-
CMYK0.260.6000.24
HSL273.62º48.33%52.94%-
HSV(B)273.62º60.1%75.69%-
XYZ23.4314.9152.09-
YUV109.66175.03151.07-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.47%
GREEN value IS 77 (30.47% from 255) = 18.69%
BLUE value IS 193 (75.78% from 255) = 46.84%
R=34.47%
G=18.69%
B=46.84%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal142771930.260.6000.24273.6248.3352.94
Hex8E4DC11A3C0181123035
Octal21611530132740304226065
Binary1000111010011011100000111010111100011000100010010110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,77,193); }

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

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

 a { background-color: rgb(142,77,193); }

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

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

 span { border-color: rgb(142,77,193); }

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