#8760BA

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

Shades of Lilac Bush #8760BA

Tints of Lilac Bush #8760BA

Color information

#8760BA (or 0x8760BA) is unknown color: approx Lilac Bush. HEX triplet: 87, 60 and BA. RGB value is (135,96,186). Sum of RGB (Red+Green+Blue) = 135+96+186=417 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.37% from 417); Green value is 96 (37.89% from 255 or 23.02% from 417); Blue value is 186 (73.05% from 255 or 44.60% from 417); Max value from RGB is 186 - color contains mainly: blue. Hex color #8760BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8760BA is #789F45. Grayscale: #757575. Windows color (decimal): -7905094 or 12214407. OLE color: 12214407.

HSL color Cylindrical-coordinate representation of color #8760BA: hue angle of 266º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8760BA is Cyan = 0.27, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB13596186-
CMYK0.270.4800.27
HSL266º39.47%55.29%-
HSV(B)266º48.39%72.94%-
XYZ23.0417.0648.53-
YUV117.92166.42140.18-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.37%
GREEN value IS 96 (37.89% from 255) = 23.02%
BLUE value IS 186 (73.05% from 255) = 44.60%
R=32.37%
G=23.02%
B=44.60%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal135961860.270.4800.2726639.4755.29
Hex8760BA1B3001B10a2737
Octal20714027233600334124767
Binary1000011111000001011101011011110000011011100001010100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8760BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8760BA; }

 p { color: rgb(135,96,186); }

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

<style>
 a { background-color: #8760BA; }

 a { background-color: rgb(135,96,186); }

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

<style>
 span { border-color: #8760BA; }

 span { border-color: rgb(135,96,186); }

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