Html Css Color HEX #865EBE Lilac Bush

📋 copy color: '#865EBE'

red 134 ◦ green 94 ◦ blue 190

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

Shades of Lilac Bush #865EBE

Tints of Lilac Bush #865EBE

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.49%

 BLUE value IS 190 (74.61% from 255) = 45.45%

R = 32.06%
G = 22.49%
B = 45.45%

CMYK

 C value IS 0.29

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#865EBE (or 0x865EBE) is known color: Lilac Bush. HEX triplet: 86, 5E and BE. RGB value is (134,94,190). Sum of RGB (Red+Green+Blue) = 134+94+190=418 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.06% from 418); Green value is 94 (37.11% from 255 or 22.49% from 418); Blue value is 190 (74.61% from 255 or 45.45% from 418); Max value from RGB is 190 - color contains mainly: blue. Hex color #865EBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #865EBE is #79A141. Grayscale: #747474. Windows color (decimal): -7971138 or 12476038. OLE color: 12476038.

HSL color Cylindrical-coordinate representation of color #865EBE: hue angle of 265º degrees, saturation: 0.42, 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 #865EBE is Cyan = 0.29, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 134 94 190 -
CMYK 0.29 0.51 0 0.25
HSL 265º 0.42% 0.56% -
HSV(B) 265º 0.51% 0.75% -
XYZ 23.13 16.79 50.74 -
YUV 116.9 169.25 140.19 -
System Red Green Blue C M Y K H S L
Decimal 134 94 190 0.29 0.51 0 0.25 265 0.42 0.56
Hex 86 5E BE 1D 33 0 19 109 2A 38
Octal 206 136 276 35 63 0 31 411 52 70
Binary 10000110 1011110 10111110 11101 110011 0 11001 100001001 101010 111000

Color Harmonies of #865EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865EBE

Black with #865EBE

Text Example


Text Example

White with #865EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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