#8C4AC1

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

Shades of Deep Lilac #8C4AC1

Tints of Deep Lilac #8C4AC1

Color information

#8C4AC1 (or 0x8C4AC1) is unknown color: approx Deep Lilac. HEX triplet: 8C, 4A and C1. RGB value is (140,74,193). Sum of RGB (Red+Green+Blue) = 140+74+193=407 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.40% from 407); Green value is 74 (29.30% from 255 or 18.18% from 407); Blue value is 193 (75.78% from 255 or 47.42% from 407); Max value from RGB is 193 - color contains mainly: blue. Hex color #8C4AC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C4AC1 is #73B53E. Grayscale: #6A6A6A. Windows color (decimal): -7583039 or 12667532. OLE color: 12667532.

HSL color Cylindrical-coordinate representation of color #8C4AC1: hue angle of 273.28º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8C4AC1 is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB14074193-
CMYK0.270.6200.24
HSL273.28º48.97%52.35%-
HSV(B)273.28º61.66%75.69%-
XYZ22.8914.3252.01-
YUV107.3176.37151.32-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 34.40%
GREEN value IS 74 (29.30% from 255) = 18.18%
BLUE value IS 193 (75.78% from 255) = 47.42%
R=34.40%
G=18.18%
B=47.42%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal140741930.270.6200.24273.2848.9752.35
Hex8C4AC11B3E0181113134
Octal21411230133760304216164
Binary1000110010010101100000111011111110011000100010001110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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