#8760C0

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

Shades of Lilac Bush #8760C0

Tints of Lilac Bush #8760C0

Color information

#8760C0 (or 0x8760C0) is unknown color: approx Lilac Bush. HEX triplet: 87, 60 and C0. RGB value is (135,96,192). Sum of RGB (Red+Green+Blue) = 135+96+192=423 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.91% from 423); Green value is 96 (37.89% from 255 or 22.70% from 423); Blue value is 192 (75.39% from 255 or 45.39% from 423); Max value from RGB is 192 - color contains mainly: blue. Hex color #8760C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8760C0 is #789F3F. Grayscale: #767676. Windows color (decimal): -7905088 or 12607623. OLE color: 12607623.

HSL color Cylindrical-coordinate representation of color #8760C0: hue angle of 264.38º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8760C0 is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13596192-
CMYK0.300.5000.25
HSL264.38º43.24%56.47%-
HSV(B)264.38º50%75.29%-
XYZ23.6917.3251.96-
YUV118.6169.42139.69-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.91%
GREEN value IS 96 (37.89% from 255) = 22.70%
BLUE value IS 192 (75.39% from 255) = 45.39%
R=31.91%
G=22.70%
B=45.39%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal135961920.300.5000.25264.3843.2456.47
Hex8760C01E320191082b38
Octal20714030036620314105370
Binary1000011111000001100000011110110010011001100001000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8760C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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