#8761BE

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

Shades of Lilac Bush #8761BE

Tints of Lilac Bush #8761BE

Color information

#8761BE (or 0x8761BE) is unknown color: approx Lilac Bush. HEX triplet: 87, 61 and BE. RGB value is (135,97,190). Sum of RGB (Red+Green+Blue) = 135+97+190=422 (55% of max value = 765). Red value is 135 (53.12% from 255 or 31.99% from 422); Green value is 97 (38.28% from 255 or 22.99% from 422); Blue value is 190 (74.61% from 255 or 45.02% from 422); Max value from RGB is 190 - color contains mainly: blue. Hex color #8761BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8761BE is #789E41. Grayscale: #767676. Windows color (decimal): -7904834 or 12476807. OLE color: 12476807.

HSL color Cylindrical-coordinate representation of color #8761BE: hue angle of 264.52º 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 #8761BE is Cyan = 0.29, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13597190-
CMYK0.290.4900.25
HSL264.52º41.7%56.27%-
HSV(B)264.52º48.95%74.51%-
XYZ23.5617.4250.84-
YUV118.96168.09139.44-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.99%
GREEN value IS 97 (38.28% from 255) = 22.99%
BLUE value IS 190 (74.61% from 255) = 45.02%
R=31.99%
G=22.99%
B=45.02%

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
Decimal135971900.290.4900.25264.5241.756.27
Hex8761BE1D310191092a38
Octal20714127635610314115270
Binary1000011111000011011111011101110001011001100001001101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8761BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,97,190); }

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

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

 a { background-color: rgb(135,97,190); }

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

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

 span { border-color: rgb(135,97,190); }

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