#8C66BF

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

Shades of Lilac Bush #8C66BF

Tints of Lilac Bush #8C66BF

Color information

#8C66BF (or 0x8C66BF) is unknown color: approx Lilac Bush. HEX triplet: 8C, 66 and BF. RGB value is (140,102,191). Sum of RGB (Red+Green+Blue) = 140+102+191=433 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.33% from 433); Green value is 102 (40.23% from 255 or 23.56% from 433); Blue value is 191 (75% from 255 or 44.11% from 433); Max value from RGB is 191 - color contains mainly: blue. Hex color #8C66BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C66BF is #739940. Grayscale: #7B7B7B. Windows color (decimal): -7575873 or 12543628. OLE color: 12543628.

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

Color convert

RGB140102191-
CMYK0.270.4700.25
HSL265.62º41.01%57.45%-
HSV(B)265.62º46.6%74.9%-
XYZ24.9718.8451.61-
YUV123.51166.09139.76-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 32.33%
GREEN value IS 102 (40.23% from 255) = 23.56%
BLUE value IS 191 (75% from 255) = 44.11%
R=32.33%
G=23.56%
B=44.11%

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
Decimal1401021910.270.4700.25265.6241.0157.45
Hex8C66BF1B2F01910a2939
Octal21414627733570314125171
Binary1000110011001101011111111011101111011001100001010101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C66BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,102,191); }

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

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

 a { background-color: rgb(140,102,191); }

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

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

 span { border-color: rgb(140,102,191); }

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