#865DB9

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

Shades of Lilac Bush #865DB9

Tints of Lilac Bush #865DB9

Color information

#865DB9 (or 0x865DB9) is unknown color: approx Lilac Bush. HEX triplet: 86, 5D and B9. RGB value is (134,93,185). Sum of RGB (Red+Green+Blue) = 134+93+185=412 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.52% from 412); Green value is 93 (36.72% from 255 or 22.57% from 412); Blue value is 185 (72.66% from 255 or 44.90% from 412); Max value from RGB is 185 - color contains mainly: blue. Hex color #865DB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #865DB9 is #79A246. Grayscale: #737373. Windows color (decimal): -7971399 or 12148102. OLE color: 12148102.

HSL color Cylindrical-coordinate representation of color #865DB9: hue angle of 266.74º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #865DB9 is Cyan = 0.28, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB13493185-
CMYK0.280.5000.27
HSL266.74º39.66%54.51%-
HSV(B)266.74º49.73%72.55%-
XYZ22.516.447.88-
YUV115.75167.08141.02-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.52%
GREEN value IS 93 (36.72% from 255) = 22.57%
BLUE value IS 185 (72.66% from 255) = 44.90%
R=32.52%
G=22.57%
B=44.90%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal134931850.280.5000.27266.7439.6654.51
Hex865DB91C3201B10b2837
Octal20613527134620334135067
Binary1000011010111011011100111100110010011011100001011101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865DB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,93,185); }

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

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

 a { background-color: rgb(134,93,185); }

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

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

 span { border-color: rgb(134,93,185); }

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