#8D66C0

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

Shades of Lilac Bush #8D66C0

Tints of Lilac Bush #8D66C0

Color information

#8D66C0 (or 0x8D66C0) is unknown color: approx Lilac Bush. HEX triplet: 8D, 66 and C0. RGB value is (141,102,192). Sum of RGB (Red+Green+Blue) = 141+102+192=435 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.41% from 435); Green value is 102 (40.23% from 255 or 23.45% from 435); Blue value is 192 (75.39% from 255 or 44.14% from 435); Max value from RGB is 192 - color contains mainly: blue. Hex color #8D66C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D66C0 is #72993F. Grayscale: #7B7B7B. Windows color (decimal): -7510336 or 12609165. OLE color: 12609165.

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

Color convert

RGB141102192-
CMYK0.270.4700.25
HSL266º41.67%57.65%-
HSV(B)266º46.88%75.29%-
XYZ25.2518.9752.2-
YUV123.92166.42140.18-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.41%
GREEN value IS 102 (40.23% from 255) = 23.45%
BLUE value IS 192 (75.39% from 255) = 44.14%
R=32.41%
G=23.45%
B=44.14%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1411021920.270.4700.2526641.6757.65
Hex8D66C01B2F01910a2a3a
Octal21514630033570314125272
Binary1000110111001101100000011011101111011001100001010101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D66C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,102,192); }

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

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

 a { background-color: rgb(141,102,192); }

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

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

 span { border-color: rgb(141,102,192); }

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