#8660BB

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

Shades of Lilac Bush #8660BB

Tints of Lilac Bush #8660BB

Color information

#8660BB (or 0x8660BB) is unknown color: approx Lilac Bush. HEX triplet: 86, 60 and BB. RGB value is (134,96,187). Sum of RGB (Red+Green+Blue) = 134+96+187=417 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.13% from 417); Green value is 96 (37.89% from 255 or 23.02% from 417); Blue value is 187 (73.44% from 255 or 44.84% from 417); Max value from RGB is 187 - color contains mainly: blue. Hex color #8660BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8660BB is #799F44. Grayscale: #757575. Windows color (decimal): -7970629 or 12279942. OLE color: 12279942.

HSL color Cylindrical-coordinate representation of color #8660BB: hue angle of 265.05º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8660BB is Cyan = 0.28, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB13496187-
CMYK0.280.4900.27
HSL265.05º40.09%55.49%-
HSV(B)265.05º48.66%73.33%-
XYZ22.9817.0249.09-
YUV117.74167.09139.6-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.13%
GREEN value IS 96 (37.89% from 255) = 23.02%
BLUE value IS 187 (73.44% from 255) = 44.84%
R=32.13%
G=23.02%
B=44.84%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal134961870.280.4900.27265.0540.0955.49
Hex8660BB1C3101B1092837
Octal20614027334610334115067
Binary1000011011000001011101111100110001011011100001001101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8660BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8660BB; }

 p { color: rgb(134,96,187); }

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

<style>
 a { background-color: #8660BB; }

 a { background-color: rgb(134,96,187); }

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

<style>
 span { border-color: #8660BB; }

 span { border-color: rgb(134,96,187); }

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