#876AB6

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

Shades of Lilac Bush #876AB6

Tints of Lilac Bush #876AB6

Color information

#876AB6 (or 0x876AB6) is unknown color: approx Lilac Bush. HEX triplet: 87, 6A and B6. RGB value is (135,106,182). Sum of RGB (Red+Green+Blue) = 135+106+182=423 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.91% from 423); Green value is 106 (41.80% from 255 or 25.06% from 423); Blue value is 182 (71.48% from 255 or 43.03% from 423); Max value from RGB is 182 - color contains mainly: blue. Hex color #876AB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #876AB6 is #789549. Grayscale: #7B7B7B. Windows color (decimal): -7902538 or 11954823. OLE color: 11954823.

HSL color Cylindrical-coordinate representation of color #876AB6: hue angle of 262.89º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #876AB6 is Cyan = 0.26, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB135106182-
CMYK0.260.4200.29
HSL262.89º34.23%56.47%-
HSV(B)262.89º41.76%71.37%-
XYZ23.5918.8446.65-
YUV123.34161.11136.32-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.91%
GREEN value IS 106 (41.80% from 255) = 25.06%
BLUE value IS 182 (71.48% from 255) = 43.03%
R=31.91%
G=25.06%
B=43.03%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1351061820.260.4200.29262.8934.2356.47
Hex876AB61A2A01D1072238
Octal20715226632520354074270
Binary1000011111010101011011011010101010011101100000111100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876AB6; }

 p { color: rgb(135,106,182); }

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

<style>
 a { background-color: #876AB6; }

 a { background-color: rgb(135,106,182); }

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

<style>
 span { border-color: #876AB6; }

 span { border-color: rgb(135,106,182); }

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