#8660BE

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

Shades of Lilac Bush #8660BE

Tints of Lilac Bush #8660BE

Color information

#8660BE (or 0x8660BE) is unknown color: approx Lilac Bush. HEX triplet: 86, 60 and BE. RGB value is (134,96,190). Sum of RGB (Red+Green+Blue) = 134+96+190=420 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.90% from 420); Green value is 96 (37.89% from 255 or 22.86% from 420); Blue value is 190 (74.61% from 255 or 45.24% from 420); Max value from RGB is 190 - color contains mainly: blue. Hex color #8660BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8660BE is #799F41. Grayscale: #757575. Windows color (decimal): -7970626 or 12476550. OLE color: 12476550.

HSL color Cylindrical-coordinate representation of color #8660BE: hue angle of 264.26º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8660BE is Cyan = 0.29, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13496190-
CMYK0.290.4900.25
HSL264.26º41.96%56.08%-
HSV(B)264.26º49.47%74.51%-
XYZ23.3117.1550.8-
YUV118.08168.59139.36-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.90%
GREEN value IS 96 (37.89% from 255) = 22.86%
BLUE value IS 190 (74.61% from 255) = 45.24%
R=31.90%
G=22.86%
B=45.24%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal134961900.290.4900.25264.2641.9656.08
Hex8660BE1D310191082a38
Octal20614027635610314105270
Binary1000011011000001011111011101110001011001100001000101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8660BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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