#8A4EC1

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

Shades of Deep Lilac #8A4EC1

Tints of Deep Lilac #8A4EC1

Color information

#8A4EC1 (or 0x8A4EC1) is unknown color: approx Deep Lilac. HEX triplet: 8A, 4E and C1. RGB value is (138,78,193). Sum of RGB (Red+Green+Blue) = 138+78+193=409 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.74% from 409); Green value is 78 (30.86% from 255 or 19.07% from 409); Blue value is 193 (75.78% from 255 or 47.19% from 409); Max value from RGB is 193 - color contains mainly: blue. Hex color #8A4EC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A4EC1 is #75B13E. Grayscale: #6C6C6C. Windows color (decimal): -7713087 or 12668554. OLE color: 12668554.

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

Color convert

RGB13878193-
CMYK0.280.6000.24
HSL271.3º48.12%53.14%-
HSV(B)271.3º59.59%75.69%-
XYZ22.8314.752.09-
YUV109.05175.38148.65-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.74%
GREEN value IS 78 (30.86% from 255) = 19.07%
BLUE value IS 193 (75.78% from 255) = 47.19%
R=33.74%
G=19.07%
B=47.19%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal138781930.280.6000.24271.348.1253.14
Hex8A4EC11C3C01810f3035
Octal21211630134740304176065
Binary1000101010011101100000111100111100011000100001111110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A4EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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