#865DBE

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

Shades of Lilac Bush #865DBE

Tints of Lilac Bush #865DBE

Color information

#865DBE (or 0x865DBE) is unknown color: approx Lilac Bush. HEX triplet: 86, 5D and BE. RGB value is (134,93,190). Sum of RGB (Red+Green+Blue) = 134+93+190=417 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.13% from 417); Green value is 93 (36.72% from 255 or 22.30% from 417); Blue value is 190 (74.61% from 255 or 45.56% from 417); Max value from RGB is 190 - color contains mainly: blue. Hex color #865DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #865DBE is #79A241. Grayscale: #737373. Windows color (decimal): -7971394 or 12475782. OLE color: 12475782.

HSL color Cylindrical-coordinate representation of color #865DBE: hue angle of 265.36º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #865DBE is Cyan = 0.29, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13493190-
CMYK0.290.5100.25
HSL265.36º42.73%55.49%-
HSV(B)265.36º51.05%74.51%-
XYZ23.0416.6150.71-
YUV116.32169.58140.61-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.13%
GREEN value IS 93 (36.72% from 255) = 22.30%
BLUE value IS 190 (74.61% from 255) = 45.56%
R=32.13%
G=22.30%
B=45.56%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal134931900.290.5100.25265.3642.7355.49
Hex865DBE1D330191092b37
Octal20613527635630314115367
Binary1000011010111011011111011101110011011001100001001101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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