#8A66BC

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

Shades of Lilac Bush #8A66BC

Tints of Lilac Bush #8A66BC

Color information

#8A66BC (or 0x8A66BC) is unknown color: approx Lilac Bush. HEX triplet: 8A, 66 and BC. RGB value is (138,102,188). Sum of RGB (Red+Green+Blue) = 138+102+188=428 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.24% from 428); Green value is 102 (40.23% from 255 or 23.83% from 428); Blue value is 188 (73.83% from 255 or 43.93% from 428); Max value from RGB is 188 - color contains mainly: blue. Hex color #8A66BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A66BC is #759943. Grayscale: #7A7A7A. Windows color (decimal): -7706948 or 12347018. OLE color: 12347018.

HSL color Cylindrical-coordinate representation of color #8A66BC: hue angle of 265.12º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8A66BC is Cyan = 0.27, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB138102188-
CMYK0.270.4600.26
HSL265.12º39.09%56.86%-
HSV(B)265.12º45.74%73.73%-
XYZ24.3118.5449.87-
YUV122.57164.93139.01-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.24%
GREEN value IS 102 (40.23% from 255) = 23.83%
BLUE value IS 188 (73.83% from 255) = 43.93%
R=32.24%
G=23.83%
B=43.93%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1381021880.270.4600.26265.1239.0956.86
Hex8A66BC1B2E01A1092739
Octal21214627433560324114771
Binary1000101011001101011110011011101110011010100001001100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A66BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,102,188); }

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

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

 a { background-color: rgb(138,102,188); }

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

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

 span { border-color: rgb(138,102,188); }

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