#8C3EAC

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

Shades of Deep Lilac #8C3EAC

Tints of Deep Lilac #8C3EAC

Color information

#8C3EAC (or 0x8C3EAC) is unknown color: approx Deep Lilac. HEX triplet: 8C, 3E and AC. RGB value is (140,62,172). Sum of RGB (Red+Green+Blue) = 140+62+172=374 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.43% from 374); Green value is 62 (24.61% from 255 or 16.58% from 374); Blue value is 172 (67.58% from 255 or 45.99% from 374); Max value from RGB is 172 - color contains mainly: blue. Hex color #8C3EAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C3EAC is #73C153. Grayscale: #616161. Windows color (decimal): -7586132 or 11288204. OLE color: 11288204.

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

Color convert

RGB14062172-
CMYK0.190.6400.33
HSL282.55º47.01%45.88%-
HSV(B)282.55º63.95%67.45%-
XYZ19.981240.29-
YUV97.86169.84158.06-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 37.43%
GREEN value IS 62 (24.61% from 255) = 16.58%
BLUE value IS 172 (67.58% from 255) = 45.99%
R=37.43%
G=16.58%
B=45.99%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal140621720.190.6400.33282.5547.0145.88
Hex8C3EAC134002111b2f2e
Octal21476254231000414335756
Binary10001100111110101011001001110000000100001100011011101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C3EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,62,172); }

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

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

 a { background-color: rgb(140,62,172); }

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

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

 span { border-color: rgb(140,62,172); }

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