#865BC1

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

Shades of Lilac Bush #865BC1

Tints of Lilac Bush #865BC1

Color information

#865BC1 (or 0x865BC1) is unknown color: approx Lilac Bush. HEX triplet: 86, 5B and C1. RGB value is (134,91,193). Sum of RGB (Red+Green+Blue) = 134+91+193=418 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.06% from 418); Green value is 91 (35.94% from 255 or 21.77% from 418); Blue value is 193 (75.78% from 255 or 46.17% from 418); Max value from RGB is 193 - color contains mainly: blue. Hex color #865BC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #865BC1 is #79A43E. Grayscale: #737373. Windows color (decimal): -7971903 or 12671878. OLE color: 12671878.

HSL color Cylindrical-coordinate representation of color #865BC1: hue angle of 265.29º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #865BC1 is Cyan = 0.31, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB13491193-
CMYK0.310.5300.24
HSL265.29º45.13%55.69%-
HSV(B)265.29º52.85%75.69%-
XYZ23.216.452.4-
YUV115.48171.75141.21-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.06%
GREEN value IS 91 (35.94% from 255) = 21.77%
BLUE value IS 193 (75.78% from 255) = 46.17%
R=32.06%
G=21.77%
B=46.17%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal134911930.310.5300.24265.2945.1355.69
Hex865BC11F350181092d38
Octal20613330137650304115570
Binary1000011010110111100000111111110101011000100001001101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865BC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,91,193); }

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

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

 a { background-color: rgb(134,91,193); }

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

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

 span { border-color: rgb(134,91,193); }

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