Html Css Color HEX #865DBF Lilac Bush

📋 copy color: '#865DBF'

red 134 ◦ green 93 ◦ blue 191

#865DBF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lilac Bush #865DBF

Tints of Lilac Bush #865DBF

RGB

 RED value IS 134 (52.73% from 255) = 32.06%

 GREEN value IS 93 (36.72% from 255) = 22.25%

 BLUE value IS 191 (75% from 255) = 45.69%

R = 32.06%
G = 22.25%
B = 45.69%

CMYK

 C value IS 0.30

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#865DBF (or 0x865DBF) is known color: Lilac Bush. HEX triplet: 86, 5D and BF. RGB value is (134,93,191). Sum of RGB (Red+Green+Blue) = 134+93+191=418 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.06% from 418); Green value is 93 (36.72% from 255 or 22.25% from 418); Blue value is 191 (75% from 255 or 45.69% from 418); Max value from RGB is 191 - color contains mainly: blue. Hex color #865DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #865DBF is #79A240. Grayscale: #747474. Windows color (decimal): -7971393 or 12541318. OLE color: 12541318.

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

Color convert

RGB 134 93 191 -
CMYK 0.30 0.51 0 0.25
HSL 265.1º 0.43% 0.56% -
HSV(B) 265.1º 0.51% 0.75% -
XYZ 23.15 16.66 51.29 -
YUV 116.43 170.08 140.53 -
System Red Green Blue C M Y K H S L
Decimal 134 93 191 0.30 0.51 0 0.25 265.1 0.43 0.56
Hex 86 5D BF 1E 33 0 19 109 2B 38
Octal 206 135 277 36 63 0 31 411 53 70
Binary 10000110 1011101 10111111 11110 110011 0 11001 100001001 101011 111000

Color Harmonies of #865DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865DBF

Black with #865DBF

Text Example


Text Example

White with #865DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #865DBF;
 }
 .AnyTagClassName
 {
   color: #865DBF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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