#8654AC

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

Shades of Deep Lilac #8654AC

Tints of Deep Lilac #8654AC

Color information

#8654AC (or 0x8654AC) is unknown color: approx Deep Lilac. HEX triplet: 86, 54 and AC. RGB value is (134,84,172). Sum of RGB (Red+Green+Blue) = 134+84+172=390 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.36% from 390); Green value is 84 (33.20% from 255 or 21.54% from 390); Blue value is 172 (67.58% from 255 or 44.10% from 390); Max value from RGB is 172 - color contains mainly: blue. Hex color #8654AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8654AC is #79AB53. Grayscale: #6C6C6C. Windows color (decimal): -7973716 or 11293830. OLE color: 11293830.

HSL color Cylindrical-coordinate representation of color #8654AC: hue angle of 274.09º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8654AC is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13484172-
CMYK0.220.5100.33
HSL274.09º34.65%50.2%-
HSV(B)274.09º51.16%67.45%-
XYZ20.4514.3940.73-
YUV108.98163.56145.84-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.36%
GREEN value IS 84 (33.20% from 255) = 21.54%
BLUE value IS 172 (67.58% from 255) = 44.10%
R=34.36%
G=21.54%
B=44.10%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal134841720.220.5100.33274.0934.6550.2
Hex8654AC16330211122332
Octal20612425426630414224362
Binary10000110101010010101100101101100110100001100010010100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8654AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8654AC; }

 p { color: rgb(134,84,172); }

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

<style>
 a { background-color: #8654AC; }

 a { background-color: rgb(134,84,172); }

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

<style>
 span { border-color: #8654AC; }

 span { border-color: rgb(134,84,172); }

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