#8A64B4

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

Shades of Lilac Bush #8A64B4

Tints of Lilac Bush #8A64B4

Color information

#8A64B4 (or 0x8A64B4) is unknown color: approx Lilac Bush. HEX triplet: 8A, 64 and B4. RGB value is (138,100,180). Sum of RGB (Red+Green+Blue) = 138+100+180=418 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.01% from 418); Green value is 100 (39.45% from 255 or 23.92% from 418); Blue value is 180 (70.70% from 255 or 43.06% from 418); Max value from RGB is 180 - color contains mainly: blue. Hex color #8A64B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A64B4 is #759B4B. Grayscale: #787878. Windows color (decimal): -7707468 or 11822218. OLE color: 11822218.

HSL color Cylindrical-coordinate representation of color #8A64B4: hue angle of 268.5º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8A64B4 is Cyan = 0.23, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB138100180-
CMYK0.230.4400.29
HSL268.5º34.78%54.9%-
HSV(B)268.5º44.44%70.59%-
XYZ23.2817.8145.39-
YUV120.48161.59140.5-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.01%
GREEN value IS 100 (39.45% from 255) = 23.92%
BLUE value IS 180 (70.70% from 255) = 43.06%
R=33.01%
G=23.92%
B=43.06%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1381001800.230.4400.29268.534.7854.9
Hex8A64B4172C01D10c2337
Octal21214426427540354144367
Binary1000101011001001011010010111101100011101100001100100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A64B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,100,180); }

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

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

 a { background-color: rgb(138,100,180); }

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

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

 span { border-color: rgb(138,100,180); }

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