#8A66BE

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

Shades of Lilac Bush #8A66BE

Tints of Lilac Bush #8A66BE

Color information

#8A66BE (or 0x8A66BE) is unknown color: approx Lilac Bush. HEX triplet: 8A, 66 and BE. RGB value is (138,102,190). Sum of RGB (Red+Green+Blue) = 138+102+190=430 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.09% from 430); Green value is 102 (40.23% from 255 or 23.72% from 430); Blue value is 190 (74.61% from 255 or 44.19% from 430); Max value from RGB is 190 - color contains mainly: blue. Hex color #8A66BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A66BE is #759941. Grayscale: #7A7A7A. Windows color (decimal): -7706946 or 12478090. OLE color: 12478090.

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

Color convert

RGB138102190-
CMYK0.270.4600.25
HSL264.55º40.37%57.25%-
HSV(B)264.55º46.32%74.51%-
XYZ24.5318.6251.02-
YUV122.8165.93138.84-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.09%
GREEN value IS 102 (40.23% from 255) = 23.72%
BLUE value IS 190 (74.61% from 255) = 44.19%
R=32.09%
G=23.72%
B=44.19%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1381021900.270.4600.25264.5540.3757.25
Hex8A66BE1B2E0191092839
Octal21214627633560314115071
Binary1000101011001101011111011011101110011001100001001101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A66BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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