#8C4EC1

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

Shades of Deep Lilac #8C4EC1

Tints of Deep Lilac #8C4EC1

Color information

#8C4EC1 (or 0x8C4EC1) is unknown color: approx Deep Lilac. HEX triplet: 8C, 4E and C1. RGB value is (140,78,193). Sum of RGB (Red+Green+Blue) = 140+78+193=411 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.06% from 411); Green value is 78 (30.86% from 255 or 18.98% from 411); Blue value is 193 (75.78% from 255 or 46.96% from 411); Max value from RGB is 193 - color contains mainly: blue. Hex color #8C4EC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C4EC1 is #73B13E. Grayscale: #6D6D6D. Windows color (decimal): -7582015 or 12668556. OLE color: 12668556.

HSL color Cylindrical-coordinate representation of color #8C4EC1: hue angle of 272.35º 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 #8C4EC1 is Cyan = 0.27, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB14078193-
CMYK0.270.6000.24
HSL272.35º48.12%53.14%-
HSV(B)272.35º59.59%75.69%-
XYZ23.1714.8752.1-
YUV109.65175.04149.65-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 34.06%
GREEN value IS 78 (30.86% from 255) = 18.98%
BLUE value IS 193 (75.78% from 255) = 46.96%
R=34.06%
G=18.98%
B=46.96%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal140781930.270.6000.24272.3548.1253.14
Hex8C4EC11B3C0181103035
Octal21411630133740304206065
Binary1000110010011101100000111011111100011000100010000110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,78,193); }

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

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

 a { background-color: rgb(140,78,193); }

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

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

 span { border-color: rgb(140,78,193); }

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