#865EBD

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

Shades of Lilac Bush #865EBD

Tints of Lilac Bush #865EBD

Color information

#865EBD (or 0x865EBD) is unknown color: approx Lilac Bush. HEX triplet: 86, 5E and BD. RGB value is (134,94,189). Sum of RGB (Red+Green+Blue) = 134+94+189=417 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.13% from 417); Green value is 94 (37.11% from 255 or 22.54% from 417); Blue value is 189 (74.22% from 255 or 45.32% from 417); Max value from RGB is 189 - color contains mainly: blue. Hex color #865EBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #865EBD is #79A142. Grayscale: #747474. Windows color (decimal): -7971139 or 12410502. OLE color: 12410502.

HSL color Cylindrical-coordinate representation of color #865EBD: hue angle of 265.26º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #865EBD is Cyan = 0.29, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB13494189-
CMYK0.290.5000.26
HSL265.26º41.85%55.49%-
HSV(B)265.26º50.26%74.12%-
XYZ23.0216.7550.16-
YUV116.79168.75140.28-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.13%
GREEN value IS 94 (37.11% from 255) = 22.54%
BLUE value IS 189 (74.22% from 255) = 45.32%
R=32.13%
G=22.54%
B=45.32%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal134941890.290.5000.26265.2641.8555.49
Hex865EBD1D3201A1092a37
Octal20613627535620324115267
Binary1000011010111101011110111101110010011010100001001101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865EBD; }

 p { color: rgb(134,94,189); }

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

<style>
 a { background-color: #865EBD; }

 a { background-color: rgb(134,94,189); }

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

<style>
 span { border-color: #865EBD; }

 span { border-color: rgb(134,94,189); }

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