#8A4EAB

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

Shades of Deep Lilac #8A4EAB

Tints of Deep Lilac #8A4EAB

Color information

#8A4EAB (or 0x8A4EAB) is unknown color: approx Deep Lilac. HEX triplet: 8A, 4E and AB. RGB value is (138,78,171). Sum of RGB (Red+Green+Blue) = 138+78+171=387 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.66% from 387); Green value is 78 (30.86% from 255 or 20.16% from 387); Blue value is 171 (67.19% from 255 or 44.19% from 387); Max value from RGB is 171 - color contains mainly: blue. Hex color #8A4EAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A4EAB is #75B154. Grayscale: #6A6A6A. Windows color (decimal): -7713109 or 11226762. OLE color: 11226762.

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

Color convert

RGB13878171-
CMYK0.190.5400.33
HSL278.71º37.35%48.82%-
HSV(B)278.71º54.39%67.06%-
XYZ20.5613.7940.11-
YUV106.54164.38150.44-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 35.66%
GREEN value IS 78 (30.86% from 255) = 20.16%
BLUE value IS 171 (67.19% from 255) = 44.19%
R=35.66%
G=20.16%
B=44.19%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal138781710.190.5400.33278.7137.3548.82
Hex8A4EAB13360211172531
Octal21211625323660414274561
Binary10001010100111010101011100111101100100001100010111100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A4EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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